Skip to content

Instantly share code, notes, and snippets.

@vxhviet
Last active May 31, 2021 10:16
Show Gist options
  • Save vxhviet/6f86540e3462f7cc01e5a126400b91ad to your computer and use it in GitHub Desktop.
Save vxhviet/6f86540e3462f7cc01e5a126400b91ad to your computer and use it in GitHub Desktop.

Force 64 bit ABI Installation

SOURCE

To test 64 bit compatibility, we would need to force 64 bit ABI installation on a 64 bit emulator:

  1. Create an emulator using 64 bit image (x86_64).
  2. Use this command to specify 64 bit ABI:
adb install --abi abi-identifier path_to_apk

Eg:
adb install --abi x86_64 /Users/p806865/Projects/MobileEmergingTechnologyAndroid/app/build/outputs/apk/devSit/debug/mib-9.74.0.LOCAL-dev-sit-debug.apk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment