【发布时间】:2014-07-13 14:34:10
【问题描述】:
我是 Android 软件开发的新手。我下载了 adt-bundle-linux-x86_64-20140702 ,还下载了 android 4.4W (API 20) 的 android 系统映像。当我创建新的 android 虚拟设备时,我给出了这个错误:
一个无法加载的安卓虚拟设备。
当我启动这个虚拟设备时,我给出了这个错误:
无法启动模拟器:无法运行程序“/home/sosin/Desktop/ADT/adt-bundle-linux-x86_64-20140702/sdk//tools/emulator”:java.io.IOException: error=2, No这样的文件或目录
谁能帮帮我?
当我尝试安装这些软件包时,我给出了这个错误:
包是:
lib32z1 lib32ncurses5 lib32bz2-1.0 libc6-i386
错误是:
The following packages have unmet dependencies: lib32bz2-1.0 : PreDepends: libc6-i386 (>= 2.9-18) but it is not going to be installed lib32ncurses5 : Depends: lib32tinfo5 (= 5.9-10) but it is not going to be installed Depends: libc6-i386 (>= 2.4) but it is not going to be installed lib32z1 : Depends: libc6-i386 (>= 2.4) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
【问题讨论】:
-
你是什么 Linux 发行版?该路径是否存在 (
/home/sosin/Desktop/ADT/adt-bundle-linux-x86_64-20140702/sdk//tools/emulator)? -
我的 Linux 发行版是 Debian 7.0,是的,该路径存在。
-
ldd /path/to/emulator的输出是什么? -
ldd /home/sosin/Desktop/ADT/adt-bundle-linux-x86_64-20140702/sdk/tools/emulator 的输出是:不是动态可执行文件
-
路径中
sdk后面有两个正斜杠。这可能是问题吗?
标签: android linux eclipse avd eclipse-adt