如何解决错误的安卓/ Eclipse中执行AAPT?如何解决、错误、AAPT、Eclipse

2023-09-05 05:12:09 作者:想哭想忘想疯了/

错误执行AAPT。

Please check aapt is present at /home/padmakumar/android-sdk/platform-tools/aapt    NhpAndroid_tablet_k4        line 1  Android ADT Problem

Hint: On 64-bit systems, 
make sure the 32-bit libraries are installed: sudo apt-get install ia32-libs    
        line 1  Android ADT Problem

我可以删除的问题选项卡中2个错误的临时解决方案或清洗项目或删除根/ bin文件夹并重新创建或重新启动工作正常,暂时的。

I can delete 2 errors in problem tab for temp solution or cleaning the projects or deleting the gen/bin folder and recreating or restarting works fine for temporary.

如何解决永久吵面板这个问题?任何帮助吗?

how to resolve permanently to aviod this problem? any help?

注:我执行此命令的命令和apt-get安装IA32-库的'仍然是其要价。

Note: I executed this command 'sudo apt-get install ia32-libs' still its asking.

推荐答案

请尝试以下命令行

命令和apt-get安装的libstdc ++ 6:I386中的libgcc1:I386中的zlib1g:I386中的libncurses5:I386

运行,你需要额外的包模拟器:

for running the emulator you need that additional package:

命令和apt-get安装libsdl1.2debian:I386

然后在Ubuntu上pre-14-04:

then on Ubuntu pre-14-04:

apt-get的安装IA32-库

在Ubuntu的14.04使用以下命令,以便安装IA32-库:

On Ubuntu 14.04 use the following commands to install ia32-libs:

sudo apt-get install libc6:i386
sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
rm /etc/apt/sources.list.d/ia32-libs-raring.list
apt-get update
exit
sudo apt-get install gcc-multilib
 
精彩推荐
图片推荐