I've installed Android SDK on Linux (elementary OS Luna). I've received the message:
我在Linux上安装了Android SDK(基本操作系统Luna)。我收到了这条消息:
Some instruction is to intall ia32-libs. But I cannot install it due to broken dependencies and the system report "unmet dependencies" and "Unable to correct problems, you have held broken packages". How can I solve the problem.
一些指令是安装ia32-libs。但我无法安装它,因为依赖性破坏,系统报告“未满足的依赖关系”和“无法纠正问题,你已经破坏了包”。我该如何解决这个问题。
1 个解决方案
#1
-1
try using :
尝试使用:
apt-get install ia32-libs
if that doesn't works refer to this post
如果不起作用,请参阅这篇文章
#1
-1
try using :
尝试使用:
apt-get install ia32-libs
if that doesn't works refer to this post
如果不起作用,请参阅这篇文章