32为Linux安卓AVD启动报错
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启动报错的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: cookies的存值问题
- 下一篇: 弹出div或者弹出新窗口的固定位置、固定