Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/225.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 模拟器在ubuntu中不工作_Android_Android Emulator - Fatal编程技术网

Android 模拟器在ubuntu中不工作

Android 模拟器在ubuntu中不工作,android,android-emulator,Android,Android Emulator,正在启动AVD“AVD\U for\U Nexus\S”的仿真器 Failed to start emulator: Cannot run program "/home/kashminder/Documents/android dev/adt-bundle-linux/sdk//tools/emulator": error=2, No such file or directory 。您的系统是64位还是32位?。我也面临同样的问题,但通过安装ia32 libs包解决了这个问题 如果在开发计算机

正在启动AVD“AVD\U for\U Nexus\S”的仿真器

Failed to start emulator: Cannot run program "/home/kashminder/Documents/android dev/adt-bundle-linux/sdk//tools/emulator": error=2, No such file or directory
。您的系统是64位还是32位?。我也面临同样的问题,但通过安装ia32 libs包解决了这个问题

如果在开发计算机上运行64位发行版,则需要安装

  apt-get install ia32-libs
接下来,安装Java:

 apt-get install sun-java6-jdk.// install this if you have not done this before.

该链接在Ubuntu疑难解答标题下为您提供了一个想法。

您是否尝试删除路径中的空格?这可能是个问题。。。(也应该考虑在文件结构中使用一些逻辑。为什么要将Android SDK放在<代码>文档< /COD>文件夹中?为什么不在<代码> /opt/<代码>或其他逻辑路径?)我已经安装了java。