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. Qt 5.12.2 Android application crashes directly after start
Qt 6.11 is out! See what's new in the release blog

Qt 5.12.2 Android application crashes directly after start

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 895 Views
  • 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.
  • I Offline
    I Offline
    indowings_dev
    wrote on last edited by indowings_dev
    #1

    Hi everyone,
    I am a facing a problem while installing the apk on my GCS. The error states:
    FATAL EXCEPTION: main
    Process: com.codev.flydynamic2, PID: 16022
    java.lang.UnsatisfiedLinkError: No implementation found for void org.qtproject.qt5.android.QtNative.handleOrientationChanged(int, int) (tried Java_org_qtproject_qt5_android_QtNative_handleOrientationChanged and Java_org_qtproject_qt5_android_QtNative_handleOrientationChanged__II)

    at org.qtproject.qt5.android.QtNative.handleOrientationChanged(Native Method)
    at org.qtproject.qt5.android.QtActivityDelegate$4.onDisplayChanged(QtActivityDelegate.java:676)
    at android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate.handleMessage(DisplayManagerGlobal.java:736)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:223)
    at android.app.ActivityThread.main(ActivityThread.java:7656)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

    The application is perfectly working in some GCSs and phones but crashing in some GCSs.

    Also I tried locating the Native files but they seem to be in read only format.

    HELP

    JoeCFDJ 1 Reply Last reply
    0
    • I indowings_dev

      Hi everyone,
      I am a facing a problem while installing the apk on my GCS. The error states:
      FATAL EXCEPTION: main
      Process: com.codev.flydynamic2, PID: 16022
      java.lang.UnsatisfiedLinkError: No implementation found for void org.qtproject.qt5.android.QtNative.handleOrientationChanged(int, int) (tried Java_org_qtproject_qt5_android_QtNative_handleOrientationChanged and Java_org_qtproject_qt5_android_QtNative_handleOrientationChanged__II)

      at org.qtproject.qt5.android.QtNative.handleOrientationChanged(Native Method)
      at org.qtproject.qt5.android.QtActivityDelegate$4.onDisplayChanged(QtActivityDelegate.java:676)
      at android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate.handleMessage(DisplayManagerGlobal.java:736)
      at android.os.Handler.dispatchMessage(Handler.java:106)
      at android.os.Looper.loop(Looper.java:223)
      at android.app.ActivityThread.main(ActivityThread.java:7656)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

      The application is perfectly working in some GCSs and phones but crashing in some GCSs.

      Also I tried locating the Native files but they seem to be in read only format.

      HELP

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #2

      @indowings_dev Qt 5.12.2 is too old. Try 5.15.2 or higher first.

      I 1 Reply Last reply
      0
      • JoeCFDJ JoeCFD

        @indowings_dev Qt 5.12.2 is too old. Try 5.15.2 or higher first.

        I Offline
        I Offline
        indowings_dev
        wrote on last edited by
        #3

        @JoeCFD sorry, i am using Qt5.15.2 only, can you please help.

        JoeCFDJ 1 Reply Last reply
        0
        • I indowings_dev

          @JoeCFD sorry, i am using Qt5.15.2 only, can you please help.

          JoeCFDJ Offline
          JoeCFDJ Offline
          JoeCFD
          wrote on last edited by
          #4

          @indowings_dev have not seen this issue in my app. But found an old link. Check it out.
          https://forum.qt.io/topic/41689/solved-crash-qtactivity-with-qt-5-3/7

          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