Cannot run program android-4.4W/aapt

原因是:在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-4.4W/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

yum install libz.so.1
时间: 2024-10-07 04:44:20

Cannot run program android-4.4W/aapt的相关文章

Ubuntu Cannot run program "../SDK/build-tools/xxx/aapt": erro = 2 No such file or directory

64位ubuntu Android Studio  Gradle编译时出现如下报错: java.io.IOException: Cannot run program "/home/king/tools/Android/SDK/build-tools/23.0.3/aapt": error=2, 没有那个文件或目录 解决办法: 在64位上需要安装几个32位的兼容库 $ sudo apt-get install -y libc6-i386 lib32stdc++6 lib32gcc1 li

android 14.04 64位 adb cannot run program adb

按照网上的说法: Failed to get the adb version: Cannot run program "adb": error=2, 没有那个文件或目录 64位系统,Ubuntu11.04,搭建JDK,Android环境,把android SDK复制过来后,里面的adb和其它命令的都不能使用. 错误提示:android-sdk-linux_86/platform-tools/adb: 没有那个文件或目录. 解决方案:由于是64bit的系统,而Android sdk只有3

Cannot run program “git.exe”: createprocess error=2,系统找不到指定的文件

Android Studio提供VCS(Version Control System)版本控制系统,默认情况使用Git.GitHub工具需要配置git.exe路径,否则提示“cannot run program git.exe createprocess error=2 系统找不到指定的文件”的错误,如下图: 点击查看详情

错 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such file or directory

为linux平台搭建android开发环境的人,您可能会遇到问题,如下面有: 64位置linux安装64位置eclipse和64位置jdk开场后eclipse错误后 ""Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such file or directory",这是由于android-sdk得adb仅仅有32位版本号,所以得安装32位得编译软件. 解决的

Unexpected exception 'Cannot run program ... error=2, No such file or directory' ... adb'

Eclipse ADT Unexpected exception 'Cannot run program' up vote 8 down vote favorite 4 I have installed ADT Bundle on my laptop. I have ubuntu 13.10 but when I open the ADT I see this message: Unexpected exception 'Cannot run program "/home/.../Descarg

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

今天在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 ubunt

错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such file or directory

转 Linux下Android SDK中adb找不到的解决方案 2013年04月22日 20:41:48 阅读数:7621 在Linux平台下配置Android SDK开发环境过程中,Eclipse会提示错误如下: Unexpected exception 'Cannot run program "/home/ubuntu/adt/sdk/platform-tools/adb": error=2 No such file or directory' while attempting t

Eclipse编译时Cannot run program "make":?????

在确定环境变量配置正确(命令行运行make成功)的情况下,如果使用Eclipse编译C程序,控制台报告Cannot run program "make":?????"?错误,那么很有可能的错误是org.eclipse.cdt.core.win32_5.2.0.201202111925 (Eclipse的plugin目录下)出现了错误.可以通过替换或者重新安装CDT来解决这个问题. 参考:http://bbs.csdn.net/topics/380228213 Error: C

CDT 错误 Cannot run program "gcc"

Eclipse+CDT 编辑C/C++程序出错误: 出现编译错误: **** Rebuild of configuration Debug for project example **** **** Internal Builder is used for build               ****gcc -O0 -g3 -Wall -c -fmessage-length=0 -osrc\demo.o ..\src\demo.cInternal Builder: Cannot run pr