且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

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

更新时间:2023-01-14 18:42:49

请尝试以下命令行

命令和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