64位linux运行ADT出错——“Unexpected exception 'Cannot run program'”

时间:2014-08-20 14:26:23   收藏:0   阅读:260

今天在ubuntu 14.04.1上安装了Android development tools,直接在官网下载的,解压后打开Eclipse出现了Cannot run program的错误,网上一搜发现是64位系统的问题,在网上overflow找到了如下解决方法:


Before ubuntu 12.04, you must install ia32-libs

sudo apt-get install ia32-libs


较新版本的ubuntu需使用下面这条语句:


If you‘re on ubuntu 13.10 (and possibly other versions >= 12.10), you may need to install

sudo apt-get install lib32ncurses5 lib32stdc++6 zlib1g:i386 libc6-i386

in stead. ia32-libs is no longer available on 13.10



64位linux运行ADT出错——“Unexpected exception 'Cannot run program'”,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!