铁马冰河入梦来 2014-11-29 01:44 采纳率: 66.7%
浏览 3509
已采纳

32为Linux安卓AVD启动报错

Andoid的朋友,在吗?请教个问题。
我启动Adnroid的AVD时报错如下:

Starting emulator for AVD 'qq'
ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following:
- Use the '-force-32bit' option when invoking 'emulator'.
- Set ANDROID_EMULATOR_FORCE_32BIT to 'true' in your environment.
Either one will allow you to use the 32-bit binaries, but please be
aware that these will disappear in a future Android SDK release. Consider moving to a 64-bit Linux system before that happens.

我的系统是:
ubuntu 10.4,
jdk 1.7
adt-bundle-windows-x86-20140702.zip,
eclipse就是adt压缩文件中的打包文件。

网上找了仅有的几个解决办法,都不好使。
是不是也是跟你类似的问题呢?
若有解答请回复:1790447697@qq.com.cn
谢谢。

  • 写回答

2条回答 默认 最新

  • Rocloud 2014-11-29 04:04
    关注

    当使用android的AVD时提示以下错误
    Starting emulator for AVD 'NexusOne' ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following: - Use the '-force-32bit' option when invoking 'emulator'. - Set ANDROID_EMULATOR_FORCE_32BIT to 'true' in your environment. Either one will allow you to use the 32-bit binaries, but please be aware that these will disappear in a future Android SDK release. Consider moving to a 64-bit Linux system before that happens.

    提示我们有两种方法可以解决:
    1)、修改~/.bashrc,添加一句:export ANDROID_EMULATOR_FORCE_32BIT=true;重启;
    2)、
    In Eclipse, click your Android project folder and then select Run > Run Configurations...
    In the left panel of the Run Configurations dialog, select your Android project run configuration or create a new configuration.
    Click the Target tab.
    In the Additional Emulator Command Line Options field, enter:
    -force-32bit
    Run your Android project using this run configuration.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序