32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one
关山初度尘未洗,策马扬鞭再奋蹄!这篇文章主要讲述32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one 相关的知识,希望能为你提供帮助。
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. 在etc/profile 添加一行
ANDROID_EMULATOR_FORCE_32BIT=true
2.profile生效
source etc/profile
3.手动启动AVD
/media/witts-java/00812F3865C39867/android-sdk-linux_x86/tools$ ./emulator -force-32bit -avd AVD1
【32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one】
推荐阅读
- 尤圈app隐私协议
- Android 使用DrawerLayout高速实现側滑菜单
- u3d 调用android相机和相册裁剪成圆形
- Framework7学习笔记之初始化App
- AndroidMainfest.xml具体解释——<activity>
- 今日头条移动app广告激活数据API对接完整Java代码实现供大家参考》》》项目随记
- Add Languages to Your Xamarin Apps with Multilingual App Toolkit
- 计算机科学-CSAPP-2.1 信息存储
- CSAPP实验之Data Lab