「android」Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sd

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了「android」Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sd相关的知识,希望对你有一定的参考价值。

 

转自”http://www.cnblogs.com/jonzone/p/5246531.html

此问题在stack  over flow 上找到答案。

原链接地址:http://stackoverflow.com/questions/27589844/android-studio-1-0-2-not-building-appmergedebugresources-error

 

解决方法:

//在终端分别运行下面两条指令,安装lib32stdc++6  和lib32z1
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1


问题原因:Ubuntu can‘t run the aapt on 64 bit before installing this packages

此问题在Stack overflow上有更新

EDIT 19-04-2016 :

android Studio 2 have the installation guide updated with those packages and bunch more to compile on 64-bit machines correctly

1
$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

以上是关于「android」Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sd的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 12.04 32位 eclipse android SDK NDK开发环境搭建

怎样在ubuntu 下安装android驱动?

Ubuntu 下开发 Android 环境变量设置

如何在Ubuntu下配置Android开发环境

Ubuntu下Android Studio安装配置和使用

ubuntu 下 android sdk 配置