码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2016-03-06 09:55:29      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:

此问题在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-tools/21.1.2/aapt''

标签:

原文地址:http://www.cnblogs.com/jonzone/p/5246531.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!