0

我正在使用 Fedora 17。并且一直在使用 ADT 捆绑包。但是系统无法创建虚拟机。

Starting emulator for AVD 'AVD_for_Nexus_S_by_Google'
Failed to start emulator: Cannot run program "/home/anshul/LinuxUtilityLab/Android/adt-bundle-linux-x86_64-20130219/sdk//tools/emulator": error=2, No such file or directory
4

3 回答 3

3

If you are running a 64-bit distribution on your development machine, you need to install the ia32-libs package using apt-get.

Open a terminal and type the following.

 apt-get install ia32-libs

http://developer.android.com/sdk/installing/index.html. Check the the link under TroubleShooting linux

Edit

Try the below

https://ask.fedoraproject.org/question/9556/how-do-i-install-32bit-libraries-on-a-64-bit-fedora/

https://ask.fedoraproject.org/question/8969/installing-android-sdk-on-64-bit-fedora/

sudo yum install libstdc++.i686
sudo yum install ncurses-libs.i686
sudo yum install zlib.i686
于 2013-04-08T16:39:54.800 回答
2

我在错误消息的路径中看到 sdk 和 tools 之间有两个斜杠,我将从那里开始。

.../sdk//工具/...

于 2013-04-08T16:02:41.160 回答
0

您不再需要安装包!

在目录工具中,有很多类型emulator,而我的电脑使用emulator64-arm!我的系统是Linux Mint 16 amd64!祝你好运!

./emulator64-arm @yxphone -sdcard yxsd -scale 0.8
于 2013-12-13T08:40:31.963 回答