首页 > 系统服务 > 详细

解决 Linux下Cannot run program aapt

时间:2015-05-07 12:43:05      阅读:374      评论:0      收藏:0      [点我收藏+]


原因是:在64位的fedora linux系统上运行32位程序时需要32-libs库支持(其他linux分支系统的32-libs需自行查找)

原文地址:https://ask.fedoraproject.org/en/question/9556/how-do-i-install-32bit-libraries-on-a-64-bit-fedora/

for installation of compiled app another 32-bit lib required:


yum install ncurses-libs.i686

安装好后出现另一问题:

android/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory


yum install libz.so.1

android/aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory



yum install libstdc++.so.6


如果安装当中出现如下错误:

Error:  Multilib version problems found. This often means that the root

       cause is something else and multilib version checking is just

       pointing out that there is a problem. Eg.:


使用如下命令解决
yum update


成功解析^-^

技术分享


解决 Linux下Cannot run program aapt

原文:http://my.oschina.net/yongyi/blog/411716

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!