当使用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)、

  1. In Eclipse, click your Android project folder and then select Run > Run Configurations...

  2. In the left panel of the Run Configurations dialog, select your Android project run configuration or create a new configuration.

  3. Click the Target tab.

In the Additional Emulator Command Line Options field, enter:

-force-32bit 

Run your Android project using this run configuration.

在终端运行模拟器:

emulator-avd name -partition-size128

命令行下创建AVD

  1. 输入命令查看的可用android版本平台:

android list targets

  1. 创建AVDandroid create avd --name <your_avd_name> --target<targetID>

其他命令:

android list avd 列出自己创建的模拟器

android delete avd --name avd_name 删除模拟器

emulator -debug avd_config -avd avd_name 指定用某模拟器

adb install c:\aa.apk 安装应用程序到模拟器

rm com.aa.pak 卸载应用程序

更多相关文章

  1. MonkeyRunner与模拟器连接
  2. Android应用程序四大组件
  3. Android初学习 - android:sharedUserId="android.uid.system" 应
  4. adb 全部命令
  5. 解决 Android模拟器无法上网问题——Host is unresolved
  6. Android 应用程序构成
  7. [入门八]Android的应用程序框架
  8. Android 模拟器(emulator)无法启动AVD解决方案
  9. Android应用程序结构介绍

随机推荐

  1. Android调试.so库常用工具
  2. [置顶] Android(安卓)Studio快捷键
  3. Android(安卓)Material Design 系列之 Co
  4. listview与adapter用法
  5. Android通过包名获取应用信息
  6. Android(安卓)Studio中svn的使用(全部在这
  7. Android中的签名
  8. 请求网络数据后更新视图
  9. 【白话】App从启动到页面显示出来发生了
  10. android 开发 讯飞语音唤醒功能