在Android SDK的亚行错误。使用Linux操作系统Ubuntu 64位12.10 [英] adb error on Android SDK. Using Linux Ubuntu 64 bit 12.10

查看:338
本文介绍了在Android SDK的亚行错误。使用Linux操作系统Ubuntu 64位12.10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看了这个网站这个错误我遇到:

 停止ADB服务器失败(code -1)。
无法运行亚行:不能运行程序/家/沙龙/下载/ ADT-束的Linux-x86_64的/ SDK /平台工具/亚行:错误= 2,没有这样的文件或目录。
亚行启动服务器发生故障(code -1)。
 

我从这个主题所提供的终端上使用此命令。

<一个href="http://stackoverflow.com/questions/2710499/android-sdk-on-a-64-bit-linux-machine/10473415#10473415">Android SDK在64位Linux机器

编辑: 我已经在终端使用下面的命令尝试:

 命令和apt-get安装IA32-库
 

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

 读取软件包列表...完成
构建依赖关系树
读取状态信息...完成
包libc6的-I386不可用,但被另一个软件包引用。
这可能意味着,缺少包,已被废弃,或者
仅可从另一个源

E:包'关键字libc6-i386的'没有安装候选人
 

解决方案

我有同样的问题,但它的罚款,现在与以下命令:

* 命令和apt-get安装的libstdc ++ 6:I386中的libgcc1:I386中的zlib1g:I386中的libncurses5:I386

运行,你需要额外的包模拟器:

* 命令和apt-get安装libsdl1.2debian:I386

然后再安装IA32-库:

* apt-get的安装IA32-库

I looked on this site for this error I'm encountering:

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).

I've used this command on the terminal provided from this topic.

Android SDK on a 64-bit linux machine

EDIT: I've tried using this command on terminal:

sudo apt-get install ia32-libs

Sadly, it did nothing and it showed this:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libc6-i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libc6-i386' has no installation candidate

解决方案

I had the same problem, but it's fine now with these commands :

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

for running the emulator you need that additional package:

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

then install ia32-libs:

*apt-get install ia32-libs

这篇关于在Android SDK的亚行错误。使用Linux操作系统Ubuntu 64位12.10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆