如何解决错误的安卓/ Eclipse中执行AAPT? [英] How to resolve Error executing aapt in Android/Eclipse?

查看:747
本文介绍了如何解决错误的安卓/ Eclipse中执行AAPT?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误执行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

这篇关于如何解决错误的安卓/ Eclipse中执行AAPT?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆