当前位置: 代码迷 >> Android >> android avd error in ubuntu(32) i nedd help,该如何处理
  详细解决方案

android avd error in ubuntu(32) i nedd help,该如何处理

热度:99   发布时间:2016-04-28 03:42:01.0
android avd error in ubuntu(32) i nedd help
ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them
[2014-10-15 01:47:57 - Emulator]        you will have to do at least one of the following:
[2014-10-15 01:47:57 - Emulator] 
[2014-10-15 01:47:57 - Emulator]        - Use the '-force-32bit' option when invoking 'emulator'.
[2014-10-15 01:47:57 - Emulator]        - Set ANDROID_EMULATOR_FORCE_32BIT to 'true' in your environment.
[2014-10-15 01:47:57 - Emulator] 
[2014-10-15 01:47:57 - Emulator]        Either one will allow you to use the 32-bit binaries, but please be
[2014-10-15 01:47:57 - Emulator]        aware that these will disappear in a future Android SDK release.
[2014-10-15 01:47:57 - Emulator]        Consider moving to a 64-bit Linux system before that happens.
[2014-10-15 01:47:57 - Emulator] 

------解决思路----------------------
昨天我也遇到了这个问题,研究了半个晚上解决了,
环境变量里加ANDROID_EMULATOR_FORCE_32BIT=true
用命令行启动: emulator -force-32bit -avd avd名
如果能启动,eclipse应该就可以,如果还不行,重启电脑
  相关解决方案