Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sdk/build-t

Posted 寒风易落雨

tags:

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

此问题在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

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

Android Studio 编译构建报错总结

错误记录Android Studio 编译时 Kotlin 代码编译报错 ( Not enough information to infer type variable T )

Android Studio添加依赖编译报错

Android studio 软件报错

Android Studio Build选项的功能

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段