2019独角兽企业重金招聘Python工程师标准>>>

当使用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.

转载于:https://my.oschina.net/xxjbs001/blog/376230

32为Linux安卓AVD启动报错相关推荐

  1. Linux下Tomcat启动报错:port already in use

    Linux下Tomcat启动报错:port already in use,导致该问题的原因很多,我在这里记录一下我遇到的情况的解决办法. 检查了${TOMCAT_HOME}/conf/server.x ...

  2. linux服务器断电后系统报错,Linux服务器开机启动报错.docx

    Linux服务器开机启动报错 问题描述:重启机房服务器 119 开机的时候卡在这里吗,重启后还是卡这里.问题分析:由于前一段时间,tomcat服务的一个错误代码导致CPU一直接近100% 运行,并且在 ...

  3. Linux安装ElasticSearch启动报错的解决方法

    Linux安装ElasticSearch后,ElasticSearch是不能用root用户启动的,以root用户启动会报错Refer to the log for complete error det ...

  4. Linux 部署RabbitMQ 启动报错 ERROR: epmd error for host www: timeout (timed out)

    rabbitmq-server restart 启动报错 学习笔记 奥里给! 注意这条信息:ERROR: epmd error for host www: timeout (timed out) 编辑 ...

  5. Linux下MongoDB启动报错问题

    Version:MongoDB 5.0.3 1.使用配置文件启动报错1: 查看日志: 原因为配置文件有错误: #mongod.conf net: bindIp: localhost,172.20.10 ...

  6. AVD Manager(安卓模拟器)启动报错

    报错: Starting emulator for AVD 'android8.1.0' emulator: ERROR: This AVD's configuration is missing a ...

  7. linux u盘 启动报错,linux U盘启动系统的绘制

    brw-r----- 1 root disk 8, 32 10-16 15:50 /dev/sdc brw-r----- 1 root disk 8, 36 10-16 15:50 /dev/sdc4 ...

  8. linux 复制硬盘 启动报错,linux挂载硬盘报错(you must specify the filesystem type)

    今天自己的虚拟机磁盘用完成,于是想加一磁盘,当挂载时发现报错you must specify the filesystem type.(注:我的系统环境是lcentos6.3装在virtualbox的 ...

  9. linux中ssh启动报错,Linux(Ubuntu18)中启动ssh时的报错

    今天配置了一台新的Ubuntu的机器,在修改完ssh的配置文件并准备开启ssh的时候,无论是启动ssh: /etc/init/d/ssh start 还是重启ssh服务: /etc/init/d/ss ...

最新文章

  1. Configure NFS Server On AIX 6.1
  2. tabBar的图标不被系统渲染
  3. java 判断int是几位_快速判断一个int值是几位数
  4. Machine Learning - Andrew Ng on Coursera (Week 1)
  5. mysql查询某个月的所有日期_MySQL获取某月所有的日期点
  6. Mac的控制台命令行报错:command not found
  7. Windows 安装 sbt
  8. K近邻算法:机器学习萌新必学算法
  9. App Store新规即将到来 你准备好了吗?
  10. ZendFramework多模块配置
  11. 凸优化第五章对偶 5.2 Lagrange对偶问题
  12. php执行js加密解密
  13. c#获取网口扫描枪数据
  14. 关于Dev C++等软件突然提示16位应用程序不兼容的问题
  15. 5G学习(一)5G通信概述
  16. python调用按键精灵插件_Textobot-用交互式TB插件在iPhone上砸壳更美滋滋
  17. KDD2016论文精品解读(二)
  18. python从键盘输入10个整数算出奇数偶数的和_画出流程图,并编程实现: 从键盘上输入10个整数型的数值,分别统计奇数和偶数的个数。_概率论与数理统计答案_学小易找答案...
  19. echarts全国各省地图数据资源
  20. 电脑装服务器硬件,服务器硬件系统的维护拆装篇 -电脑资料

热门文章

  1. dp打开思路4:POJ1189 UVA12511 HDU2845 HBCPC K
  2. C++:31---对象引用和赋值
  3. 图像放大 问题 即 二维数组放大
  4. Android设计模式之——工厂方法模式
  5. Android之android.os.Build
  6. 果断Mark!Searchcode——源代码搜索利器
  7. OpenCL 2.0发布,带来更强悍的异构计算能力
  8. C++经典书籍和相关内容
  9. Vue Google浏览器插件 Vue Devtools无法使用的解决办法
  10. Angular5 *ngIf 和 hidden 的区别