Android SDK上的adb错误。使用Linux Ubuntu 64位12.10

浏览:56日期:2024-01-25
如何解决Android SDK上的adb错误。使用Linux Ubuntu 64位12.10?

我有同样的问题,但是现在可以使用以下命令:

*sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386libncurses5:i386

要运行仿真器,您需要附加的软件包:

*sudo apt-get install libsdl1.2debian:i386

然后安装ia32-libs:

*apt-get install ia32-libs

解决方法

我在此站点上查找了遇到的此错误:

Stopping ADB server failed (code -1).Unable to run ’adb’: Cannot run program '/home/ariel/Downloads/adt-bundle-linux-x86_64/sdk/platform-tools/adb': error=2,No such file or directory.Starting ADB server failed (code -1).

我已经在本主题提供的终端上使用了此命令。

编辑:我试图在终端上使用此命令:

sudo apt-get install ia32-libs

可悲的是,它什么也没做,它表明:

Reading package lists... DoneBuilding dependency tree Reading state information... DonePackage libc6-i386 is not available,but is referred to by another package.This may mean that the package is missing,has been obsoleted,oris only available from another sourceE: Package ’libc6-i386’ has no installation candidate

相关文章: