I tried to install an .apk into a cell phone and I got the error Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
C:\ws-ionic\localhost8080app>adb.exe install -r platforms/android/build/outputs/apk/android-x86-debug.apk 2442 KB/s (33320124 bytes in 13.320s) pkg: /data/local/tmp/android-x86-debug.apk Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
That happened because I should have used the armmv7 version and not the x86 for this cell phone... the cpu architecture of the cell phone was the other one...
With the bellow command, the app was successfully installed
adb.exe install -r platforms/android/build/outputs/apk/android-armv7-debug.apk
Best regards,
Adriano Schmidt
Nenhum comentário:
Postar um comentário