Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. App does not work on android anymore
Qt 6.11 is out! See what's new in the release blog

App does not work on android anymore

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Marco Polo
    wrote on last edited by
    #1

    I had a functioning app on android and now it does not work anymore. I don't know what to do with this error function (I already googled but didn't find a usable answer).

    D/dalvikvm(14486): Trying to load lib /mnt/asec/com.banandrios.blockinvasion-1/lib/libnewblock.so 0x40517800
    D/dalvikvm(14486): Added shared lib /mnt/asec/com.banandrios.blockinvasion-1/lib/libnewblock.so 0x40517800
    D/dalvikvm(14486): No JNI_OnLoad found in /mnt/asec/com.banandrios.blockinvasion-1/lib/libnewblock.so 0x40517800, skipping init
    D/libEGL (14486): loaded /system/lib/egl/libGLES_hgl.so
    I/DEBUG (12462): pid: 14486, tid: 14517 >>> com.banandrios.blockinvasion <<<
    D/Zygote ( 1303): Process 14486 terminated by signal (11)
    W/InputManagerService( 1484): Got RemoteException sending setActive(false) notification to pid 14486 uid 10067

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      Even if you could not find a usable answer, you could help others to figure out what's going on by telling what you understand about the relationship between your app and com.banandrios.blockinvasion

      You don't have to do anything with that function. Since you have a Qt application we know that any problem should happen somewhere in the execution of Qt code and the first step would be to run the app in the debugger and try to find out the spot it fails and what happens there.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Marco Polo
        wrote on last edited by
        #3

        com.banandrios.blockinvasion is the project name (in the android.manifest). The debugger just starts and stops without any response, I don't understand that.

        1 Reply Last reply
        0
        • benlauB Offline
          benlauB Offline
          benlau
          Qt Champions 2016
          wrote on last edited by
          #4

          @Marco-Polo said:

          com.banandrios.blockinvasion is the project name (in the android.manifest). The debugger just starts and stops without any response, I don't understand that.

          Try to insert some debug message and found out where it crash first.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved