Error installing apk by adb adb: failed to install my.apk:

Asked

Viewed 380 times

1

As you all know, as of August 2019, it will be necessary to send apk ready for architecture 64. I’m already testing the app to see if it works normally on architecture 64, I’m following this tutorial for that. But when I turn the command adb install --abi arm64-v8a meu.apk does not install the app and returns an empty error adb: failed to install yoooup.apk:. If I use the command adb install --abi armeabi-v7a meu.apk installs and works normally.

I tried to restart my android device, restart the adb (adb kill-server and adb start-server) and even managed another apk.

1 answer

0

Check if I device has the x64 architecture, was with the same problem with a Moto G4 play using adb install --abi arm64-v8a meu.apk and running with the command adb install --abi armeabi-v7a meu.apk, after switching to another device (an S10 +) it worked with both commands.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.