【发布时间】:2014-09-29 08:24:13
【问题描述】:
我已经安装了 Ubuntu 12.10,我需要在其中使用 Android ADT 包。当我尝试打开 ADT 的 log cat 时,它显示以下错误
Cannot run program "xxx/sdk/platform-tools/adb": error=2,
不知何故,我发现安装 ia32-libs 包可以解决这个问题。 当我尝试在 Ubuntu 12.10 上安装 ia32-libs 软件包时,我收到以下错误消息:
g500@G500:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch
virtualbox-4.3 : Depends: libqt4-opengl (>= 4:4.7.2) but it is not going to be installed
Depends: libsdl1.2debian (>= 1.2.10-1) but it is not going to be installed
Depends: libvpx1 (>= 1.0.0) but it is not going to be installed
Recommends: libsdl-ttf2.0-0 but it is not going to be installed
Recommends: dkms but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
我也试过以下命令:
sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
但没有得到预期的结果。 有人可以帮我解决如何在 Ubuntu 12.10 操作系统上正确安装 ia32-libs 包的问题,以便我可以运行 android adb。
【问题讨论】: