Qt6/Android deployment error
-
wrote on 2 Jan 2023, 23:00 last edited by
Hi all -
I'm getting an error when trying to run a Qt application on my Android emulator.
Installing Android package to device. Running command "C:/Users/Michael.Zimmers/AppData/Local/Android/Sdk/platform-tools/adb.exe -s emulator-5554 install -r C:/Users/Michael.Zimmers/Qt_projects/build-qmltest-Android_Qt_6_4_1_Clang_x86-Release/android-build//build/outputs/apk/release/android-build-release-signed.apk" Serving... Performing Incremental Install Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113] Performing Streamed Install 14:57:24: The process "C:\Qt\6.4.1\mingw_64\bin\androiddeployqt.exe" exited with code 16.
I thought I'd taken good enough notes on the process of setting up for Android, but...I guess I missed a step. Is this error message enough, or do I need to furnish more information for determining what I missed?
Thanks...
-
Hi all -
I'm getting an error when trying to run a Qt application on my Android emulator.
Installing Android package to device. Running command "C:/Users/Michael.Zimmers/AppData/Local/Android/Sdk/platform-tools/adb.exe -s emulator-5554 install -r C:/Users/Michael.Zimmers/Qt_projects/build-qmltest-Android_Qt_6_4_1_Clang_x86-Release/android-build//build/outputs/apk/release/android-build-release-signed.apk" Serving... Performing Incremental Install Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113] Performing Streamed Install 14:57:24: The process "C:\Qt\6.4.1\mingw_64\bin\androiddeployqt.exe" exited with code 16.
I thought I'd taken good enough notes on the process of setting up for Android, but...I guess I missed a step. Is this error message enough, or do I need to furnish more information for determining what I missed?
Thanks...
@mzimmers said in Qt6/Android deployment error:
INSTALL_FAILED_NO_MATCHING_ABIS
Looks like you're trying to deploy binaries to a device with different ABI (like ARM -> x86).
-
@mzimmers said in Qt6/Android deployment error:
INSTALL_FAILED_NO_MATCHING_ABIS
Looks like you're trying to deploy binaries to a device with different ABI (like ARM -> x86).
1/3