Uploaded image for project: 'Qt Tools for Android'
  1. Qt Tools for Android
  2. QTTA-30

The android app is crashing when trying to run the app on the device which does not support Qt project ABI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • QtTAS 1.0
    • QtTAS: General
    • None
    • macOS

    Description

       

      It's more like a feature of handling specific use case, but reporting in anyway in case you find it valuable. 

       

      macOS 14.4

      Qt 6.7.0

       

      Steps:

      1. Set the qt-cmake location to android_arm64_v8a
      2. Add new Qt project
      3. Try to run the Android app on emulator x86 or x86_64.

      Expected: I would expect info why the app could not be run. 

      Actual: The app crashes, no info in the logs about incorrect ABI.

       

      2024-04-11 17:21:00.462 29503-29570 QtLoader                com...in_java_based_android_project  E  Can't find '/data/app/~~EeOkcHgG09R5dt9eed6ASQ==/com.example.qml_in_java_based_android_project-9R8OJn51jPAxPtUfHtxkHA==/lib/x86_64/libtestqt15_null.so'
      2024-04-11 17:21:00.462 29503-29503 QtLoader                com...in_java_based_android_project  E  Loading main library failed
      2024-04-11 17:21:00.470 29503-29570 android_project         com...in_java_based_android_project  E  No implementation found for boolean org.qtproject.qt.android.QtNative.startQtAndroidPlugin(java.lang.String) (tried Java_org_qtproject_qt_android_QtNative_startQtAndroidPlugin and Java_org_qtproject_qt_android_QtNative_startQtAndroidPlugin__Ljava_lang_String_2)
      2024-04-11 17:21:00.471 29503-29570 AndroidRuntime          com...in_java_based_android_project  E  FATAL EXCEPTION: qtMainLoopThread
                                                                                                          Process: com.example.qml_in_java_based_android_project, PID: 29503
                                                                                                          java.lang.UnsatisfiedLinkError: No implementation found for boolean org.qtproject.qt.android.QtNative.startQtAndroidPlugin(java.lang.String) (tried Java_org_qtproject_qt_android_QtNative_startQtAndroidPlugin and Java_org_qtproject_qt_android_QtNative_startQtAndroidPlugin__Ljava_lang_String_2)
                                                                                                              at org.qtproject.qt.android.QtNative.startQtAndroidPlugin(Native Method)
                                                                                                              at org.qtproject.qt.android.QtNative.lambda$startApplication$1(QtNative.java:317)
                                                                                                              at org.qtproject.qt.android.QtNative$$ExternalSyntheticLambda1.run(Unknown Source:4)
                                                                                                              at org.qtproject.qt.android.QtThread.lambda$run$0(QtThread.java:57)
                                                                                                              at org.qtproject.qt.android.QtThread$$ExternalSyntheticLambda0.run(Unknown Source:4)
                                                                                                              at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
                                                                                                              at java.lang.Thread.run(Thread.java:1012) 

       

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              rampe Rami Potinkara
              lkos Łukasz Kosiorowski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes