2016-07-14 91 views
0

我试图按照Install Android Studio | Android Studio(对于Linux指令)和我收到以下错误:我得到“无法运行mksdcard SDK工具”与Android工作室

(trusty)[email protected]:~/Downloads/android-studio$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 
[sudo] password for alexus: 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
E: Unable to locate package lib32z1 
E: Unable to locate package lib32ncurses5 
E: Unable to locate package lib32bz2-1.0 
E: Couldn't find any package by regex 'lib32bz2-1.0' 
E: Unable to locate package lib32stdc++6 
E: Couldn't find any package by regex 'lib32stdc++6' 
(trusty)[email protected]:~/Downloads/android-studio$ 

我的环境:

(trusty)[email protected]:~/Downloads/android-studio$ uname -a 
Linux localhost 3.14.0 #1 SMP PREEMPT Wed Jul 6 21:45:00 PDT 2016 armv7l armv7l armv7l GNU/Linux 
(trusty)[email protected]:~/Downloads/android-studio$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu 
DISTRIB_RELEASE=14.04 
DISTRIB_CODENAME=trusty 
DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS" 
(trusty)[email protected]:~/Downloads/android-studio$ cat /etc/os-release 
NAME="Ubuntu" 
VERSION="14.04.4 LTS, Trusty Tahr" 
ID=ubuntu 
ID_LIKE=debian 
PRETTY_NAME="Ubuntu 14.04.4 LTS" 
VERSION_ID="14.04" 
HOME_URL="http://www.ubuntu.com/" 
SUPPORT_URL="http://help.ubuntu.com/" 
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" 
(trusty)[email protected]:~/Downloads/android-studio$ 

请指教。

+1

[错误:无法运行mksdcard SDK工具]的可能的复制(http://stackoverflow.com/questions/29241640/error-unable-to-run-mksdcard-sdk-tool) – tripleee

回答

0
sudo apt-get install libz1:i386 libncurses5:i386 libbz2-1.0:i386 libstdc++6:i386 
+0

您好,欢迎到SO。给你的答案增加一点评论会改善它。请您[编辑]它并添加一些解释?谢谢! –

相关问题