Skip to content

Instantly share code, notes, and snippets.

@CreatorB
Last active March 28, 2018 09:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CreatorB/2ba2ecca9d7246bed450 to your computer and use it in GitHub Desktop.
Save CreatorB/2ba2ecca9d7246bed450 to your computer and use it in GitHub Desktop.
How to solved ERROR: 32-bit Linux Android emulator binaries are DEPRECATED when attemping to run the Android emulator
[Solved Your Probs by 3 step]
1. Open terminal in ubuntu, and then type gedit .profile
2. paste this text: export ANDROID_EMULATOR_FORCE_32BIT=true
3. refresh source: source .profile
When no effect, finishing that by restart your device (laptop,pc)
Okkay happy emulate andev ;)
@Prince11112
Copy link

Get

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