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.