admin管理员组

文章数量:1548501

我试图在docker容器中启动

Android模拟器,但是我收到错误:

root@686d602e6ffa:~/android-sdk-linux/tools# ./emulator

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.

但容器内的操作系统是(uname -a)

Ubuntu SMP Tue Mar 10 20:06:50 UTC 2015 x86_64 x86_64 x86_64 GNU / Linux

并手动启动emulatox64-x86工作正常:

android-sdk-linux/tools# ./emulator64-x86

emulator: ERROR: You did not provide the name of an Android Virtual Device

with the '-a

本文标签: 模拟器androidDocker