Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › App doesn't start on android devices

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #24596

    Burhan

    Hi,

    I created an app, and deployed to Google Play Store. At the closed test, I can’t run my app on android application. App seems to start so that a black screen shows up then application closes without any error. Then I tested it on virtual android device on QT Creator. On virtual android device it doesn’t start.

    Do you suggest any thing ?

    #24606

    Alex
    Felgo Team

    Hi Burhan,

    is there any log output that you get in Qt Creator or Android Studio Logcat that could point to an error? Are you using the resources system in your *.pro file? If yes, have you added all your code files to the *.qrc file?

    Please also make sure to follow the publishing guide for publishing to app stores: https://felgo.com/doc/felgo-publishing/

    Best,
    Alex

    #24607

    Burhan

    Hi,

     

    Yes I added the RESOURCES and added my all code to main.qml file:

    RESOURCES += qml.qrc

     

    Logs:

     

    In Qt Creator:

    Compile Output Error:
    16:42:49: The deployment AVD “Pixel_3_API_29” cannot be started.
    Error while building/deploying project Library (kit: Android Qt 6.2.1 Clang x86)
    When executing step “Deploy to Android device”

     

    Issues:
    Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
    Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
    Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
    Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01

    Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01

    Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01

    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01

    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01

    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01

    Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01

    Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01

    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01

    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01

    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01

    Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
    Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
    Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
    Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
    Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01

     

    In Android Studio:

    Run:
    02/02 16:48:01: Launching ‘android-build-debug’ on Pixel 3 API 29.
    Error while waiting for device: Timed out after 300seconds waiting for emulator to come online.

     

    There is no logs on Logcat

    #24608

    Cezary
    #24612

    Alex
    Felgo Team

    Hi Burha,

    did you also change the main.cpp file to use the Main.1ml from the qrc path then?

    It seems that your setup fails to even launch the emulator, which would not be related to Felgo/Qt most likely. Please check how you could fix the “Timed out after 300seconds waiting for emulator to come online.” issue. Is the emulator already started from Android Studio before trying to deploy to it from Qt Creator?

    Also, is this a new project that uses the latest format of the gradle file? If not, please compare the gradle file with a new project created from the wizard, or compare it to this one: https://github.com/FelgoSDK/Demos-Examples/blob/master/apptemplates/app-singlepage/android/build.gradle

    Best,
    Alex

    #24617

    Burhan

    Hi,

     

    My main.cpp is:

    #include <QGuiApplication>
    #include <QQmlApplicationEngine>
    
    #include <QLocale>
    #include <QTranslator>
    
    int main(int argc, char *argv[])
    {
    #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
        QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
    #endif
    
        QGuiApplication app(argc, argv);
    
        QTranslator translator;
        const QStringList uiLanguages = QLocale::system().uiLanguages();
        for (const QString &locale : uiLanguages) {
            const QString baseName = "Library_" + QLocale(locale).name();
            if (translator.load(":/i18n/" + baseName)) {
                app.installTranslator(&translator);
                break;
            }
        }
    
        QQmlApplicationEngine engine;
        const QUrl url(QStringLiteral("qrc:/main.qml"));
        QObject::connect(&engine, &QQmlApplicationEngine::objectCreated,
                         &app, [url](QObject *obj, const QUrl &objUrl) {
            if (!obj && url == objUrl)
                QCoreApplication::exit(-1);
        }, Qt::QueuedConnection);
        engine.load(url);
    
        return app.exec();
    }

    Yes I use the latest version of gradle which is 7.3.3.

    I’ll compare and let you know and try to fix the timeout error. I tried 2 way. first started on Android Studio then try to run application on Qt Creator. second started the application on Qt Creator and waited to trigger and to open the Android Device (it opens also)

     

    #24618

    Burhan

    Hi,

     

    I solved the timeout error by changing the start option to “cold boot” on Android Device Settings.

    Now I get errors on QT Creator:

    I example.Librar: Late-enabling -Xcheck:jni
    E example.Librar: Unknown bits set in runtime_flags: 0x8000
    W example.Librar: Unexpected CPU variant for X86 using defaults: x86
    D libEGL : Emulator has host GPU support, qemu.gles is set to 1.
    W libc : Unable to set property “qemu.gles” to “1”: connection failed; errno=13 (Permission denied)
    W RenderThread: type=1400 audit(0.0:40): avc: denied { write } for name=”property_service” dev=”tmpfs” ino=777 scontext=u:r:untrusted_app:s0:c135,c256,c512,c768 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0
    D libEGL : loaded /vendor/lib/egl/libEGL_emulation.so
    D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_emulation.so
    D libEGL : loaded /vendor/lib/egl/libGLESv2_emulation.so
    W System : ClassLoader referenced unknown path:
    D Qt JAVA : Class org.qtproject.qt.android.multimedia.QtAudioDeviceManager does not implement setActivity method
    I QtCore : Start
    I Qt : qt started
    D HostConnection: HostConnection::get() New Host Connection established 0xdbad7c80, tid 5694
    D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
    W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without…
    D eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 0 0
    D EGL_emulation: eglCreateContext: 0xe7149da0: maj 3 min 0 rcv 3
    D EGL_emulation: eglMakeCurrent: 0xe7149da0: ver 3 0 (tinfo 0xdbaf9980)
    W Gralloc3: mapper 3.x is not supported
    D HostConnection: createUnique: call
    D HostConnection: HostConnection::get() New Host Connection established 0xdbad9670, tid 5694
    D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
    D eglCodecCommon: allocate: Ask for block of size 0x1000
    D eglCodecCommon: allocate: ioctl allocate returned offset 0x3ffff6000 size 0x2000
    D EGL_emulation: eglMakeCurrent: 0xe7149da0: ver 3 0 (tinfo 0xdbaf9980)
    D eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 1 0
    W libLibrary_x86.so: QQmlApplicationEngine failed to load component
    W libLibrary_x86.so: qrc:/main.qml:10:1: module “Felgo” is not installed
    W libLibrary_x86.so: exit app 0
    D EGL_emulation: eglMakeCurrent: 0xe7149da0: ver 3 0 (tinfo 0xdbaf9980)
    19:06:32:

    “org.qtproject.example.Library” died.

     

    And Android Studio Logcat logs are the same.

     

    And my .pro file is below:

    QT += quick
    
    CONFIG += \
           c++11 \
           felgo
    
    # You can make your code fail to compile if it uses deprecated APIs.
    # In order to do so, uncomment the following line.
    #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
    
    # Project identifier and version
    # More information: https://felgo.com/doc/felgo-publishing/#project-configuration
    PRODUCT_IDENTIFIER = org.qtproject.example.Library
    PRODUCT_VERSION_NAME = 1.0.0
    PRODUCT_VERSION_CODE = 1
    
    # Optionally set a license key that is used instead of the license key from
    # main.qml file (App::licenseKey for your app or GameWindow::licenseKey for your game)
    # Only used for local builds and Felgo Cloud Builds (https://felgo.com/cloud-builds)
    # Not used if using Felgo Live
    PRODUCT_LICENSE_KEY = ""
    
    SOURCES += \
            main.cpp
    
    FELGO_PLUGINS += admob
    
    RESOURCES += qml.qrc
    
    TRANSLATIONS += \
        Library_tr_TR.ts
    CONFIG += lrelease
    CONFIG += embed_translations
    
    # Additional import path used to resolve QML modules in Qt Creator's code model
    QML_IMPORT_PATH =
    
    # Additional import path used to resolve QML modules just for Qt Quick Designer
    QML_DESIGNER_IMPORT_PATH =
    
    # Default rules for deployment.
    qnx: target.path = /tmp/$${TARGET}/bin
    else: unix:!android: target.path = /opt/$${TARGET}/bin
    !isEmpty(target.path): INSTALLS += target
    
    DISTFILES += \
        android/AndroidManifest.xml \
        android/build.gradle \
        android/gradle.properties \
        android/gradle/wrapper/gradle-wrapper.jar \
        android/gradle/wrapper/gradle-wrapper.properties \
        android/gradlew \
        android/gradlew.bat \
        android/res/values/libs.xml
    
    contains(ANDROID_TARGET_ARCH,arm64-v8a) {
        ANDROID_PACKAGE_SOURCE_DIR = \
            $$PWD/android
    }
    
    contains(ANDROID_TARGET_ARCH,x86) {
        ANDROID_PACKAGE_SOURCE_DIR = \
            $$PWD/android
    }
    
    

     

    #24619

    Burhan

    Hi,

     

    If I run the app on Felgo, it gives me the errors below: (this is a different topic so should I create another topic for this)

     

    ../LibraryProject/main.cpp:12:18: error: variable has incomplete type ‘QApplication’

    QApplication app(argc, argv);

    ^

    ../../../Felgo/Felgo/android/include/QtCore/qobject.h:458:18: note: forward declaration of ‘QApplication’

    friend class QApplication;

    ^

    #24620

    Alex
    Felgo Team

    Hi Burhan,

    it looks like you are using a kit that does not include Felgo. Please make sure you compile using a Felgo kit. You can either install Felgo from our download page, or you can download it from the Qt Marketplace if you want to use your existing Qt installation.

    Then for compiling your app, please make sure that you have selected a kit that does include Felgo.

    Best,
    Alex

    #24621

    Burhan

    Hi,

     

    I redownloaded exist Qt Creator and added the Felgo from Qt Marketplace. And I redownloaded Felgo installation and downloaded android kit from maintenance tool of Felgo. Then it’s able to seen the Felgo Android kit on Qt Creator which is the first installation.

    Then I modified the kit.

    Now I get the errors below at run and build steps:
    :-1: error: error: main.o:1:1: invalid character

    :-1: error: error: qrc_qml.o:1:1: invalid character

    :-1: error: error: qrc_qmake_qmake_qm_files.o:1:1: invalid character

    :-1: error: linker command failed with exit code 1 (use -v to see invocation)
    clang++: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [Makefile:212: libLibrary_x86_64.so] Error 1

    :-1: Error while building/deploying project Library (kit: Replacement for “Android for armeabi-v7a,arm64-v8a,x86,x86_64 (Clang Qt 5.15.2 Android (multi) Felgo)”2)
    Error while building/deploying project Library (kit: Replacement for “Android for armeabi-v7a,arm64-v8a,x86,x86_64 (Clang Qt 5.15.2 Android (multi) Felgo)”2)
    When executing step “Make”

     

    <hr />

    Now I’m trying to download Qt 5.15.2 Android from Qt Create maintenance tool. Then I’ll try to select Qt 5.15.2 Android version as Qt Version. Then I’ll let you know the result.

    #24622

    Burhan

    Hi,

     

    I did and now I get the errors below:

    * Where:
    Build file ‘/Users/burhan/QtProjects/build-Library-Replacement_for_Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo_2-Debug/android-build/build.gradle’ line: 80

    * What went wrong:
    A problem occurred evaluating root project ‘android-build’.
    > Could not get unknown property ‘qtAndroidDir’ for source set main of type com.android.build.gradle.internal.api.DefaultAndroidSourceSet.

     

    <hr />

    on build.gradle file:

    lines 77-88:

    sourceSets {
            main {
                manifest.srcFile 'AndroidManifest.xml'
                java.srcDirs = [qtAndroidDir + '/src', 'src', 'java']
                aidl.srcDirs = [qtAndroidDir + '/src', 'src', 'aidl']
                res.srcDirs = [qtAndroidDir + '/res', 'res']
                resources.srcDirs = ['resources']
                renderscript.srcDirs = ['src']
                assets.srcDirs = ['assets']
                jniLibs.srcDirs = ['libs']
           }
        }

     

     

    #24623

    Alex
    Felgo Team

    Hi Burhan,

    why did you intall Felgo from Qt Marketplace AND via installer from download page? Your environment looks a bit messed up, “Replacement_for_…” kits are not desired.

    It is hard to say without access to your development environment and project, but if it is possible for you, remove all your Qt/Felgo installations and then either use Qt Marketplace OR the installer from our download page. Then try to run a blank Felgo project with the according kit. Once that runs, you can compare your own project with the Felgo reference project to see if that is correctly formatted to run with Felgo (*.pro, main.cpp, manifest, gradle).

    If you struggle to migrate your existing Qt project to Felgo, you might want to go the other way around, starting with an empty Felgo project and adding your own files etc. to it.

    Best,
    Alex

    #24624

    Burhan

    Hi,

     

    I removed all things. Then installed Felgo from the download page, started a test project. Now I get the below errors. I’ll search.

    adb: failed to install /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/android-build//build/outputs/apk/debug/android-build-debug.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
    Installing to device failed!
    Installing Android package to device.
    Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554  install -r /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/android-build//build/outputs/apk/debug/android-build-debug.apk"
    Performing Streamed Install
    09:48:36: The process "/Users/burhan/Felgo/Felgo/android/bin/androiddeployqt" exited with code 16.
    09:48:36: Pulling files necessary for debugging.
    09:48:36: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/bin/app_process /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/app_process".
    09:48:36: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/bin/app_process32 /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/app_process".
    09:48:36: The command "/Users/burhan/Library/Android/sdk/platform-tools/adb" terminated with exit code 1.
    09:48:36: Package deploy: Failed to pull "/system/bin/app_process32" to "/Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/app_process".
    09:48:36: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/bin/linker /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/linker".
    09:48:36: The command "/Users/burhan/Library/Android/sdk/platform-tools/adb" terminated with exit code 1.
    09:48:36: Package deploy: Failed to pull "/system/bin/linker" to "/Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/linker".
    09:48:36: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/lib/libc.so /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/libc.so".
    09:48:36: The command "/Users/burhan/Library/Android/sdk/platform-tools/adb" terminated with exit code 1.
    09:48:36: Package deploy: Failed to pull "/system/lib/libc.so" to "/Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/libc.so".
    Error while building/deploying project Test (kit: Android for armeabi-v7a,arm64-v8a,x86,x86_64 (Clang Qt 5.15.2 Android (multi) Felgo))
    When executing step "Deploy to Android device"
    09:48:36: Elapsed time: 00:17.

     

    #24625

    Burhan

    Hi,

     

    I added the below lines to build.gradle to android block:

     

    splits {
            abi {
                enable true
                reset()
                include 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'mips', 'mips64', 'arm64-v8a'
                universalApk true
            }
        }

    Then the errors said there is no “android_build_debug.apk”. Then I copied “android-build-x86_64-debug.apk” as”android_build_debug.apk” in same directory. New errors below:

    adb: failed to install /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/android-build//build/outputs/apk/debug/android-build-debug.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl704561636.tmp/base.apk (at Binary XML file line #57): net.vplay.helper.VPlayActivity: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]
    Installing to device failed!
    Installing Android package to device.
    Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554  install -r /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/android-build//build/outputs/apk/debug/android-build-debug.apk"
    Performing Streamed Install
    10:06:24: The process "/Users/burhan/Felgo/Felgo/android/bin/androiddeployqt" exited with code 16.
    10:06:24: Pulling files necessary for debugging.
    10:06:24: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/bin/app_process /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/app_process".
    10:06:24: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/bin/app_process32 /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/app_process".
    10:06:24: The command "/Users/burhan/Library/Android/sdk/platform-tools/adb" terminated with exit code 1.
    10:06:24: Package deploy: Failed to pull "/system/bin/app_process32" to "/Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/app_process".
    10:06:24: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/bin/linker /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/linker".
    10:06:24: The command "/Users/burhan/Library/Android/sdk/platform-tools/adb" terminated with exit code 1.
    10:06:24: Package deploy: Failed to pull "/system/bin/linker" to "/Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/linker".
    10:06:24: Package deploy: Running command "/Users/burhan/Library/Android/sdk/platform-tools/adb -s emulator-5554 pull /system/lib/libc.so /Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/libc.so".
    10:06:24: The command "/Users/burhan/Library/Android/sdk/platform-tools/adb" terminated with exit code 1.
    10:06:24: Package deploy: Failed to pull "/system/lib/libc.so" to "/Users/burhan/Desktop/Belgeler/Projects/Felgo/build-Test-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_Android_multi_Felgo-Debug/libc.so".
    Error while building/deploying project Test (kit: Android for armeabi-v7a,arm64-v8a,x86,x86_64 (Clang Qt 5.15.2 Android (multi) Felgo))
    When executing step "Deploy to Android device"
    10:06:24: Elapsed time: 00:11.

    I’ll search.

    #24626

    Burhan

    Hi,

    After lots of try. I run the test and my applications on armeabi-v7a android emulator.

    It runs slow but I think I can deploy it to google play.

    Thank you.

    Burhan

Viewing 15 posts - 1 through 15 (of 15 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded