「android」Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sd
青春须早为,岂能长少年。这篇文章主要讲述「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
【「android」Ubuntu下android studio 编译报错A problem occurred starting process ' command ' /Android/Sd】
1 | $ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2- 1.0 lib32stdc++ 6 |
推荐阅读
- Android开源图表之树状图和饼状图的官方示例的整理
- android View的测量和绘制
- android studio集成腾讯云通信时报错,could not expand zipimsdk.jar
- 「android」ubuntu下使用svn(转)
- android学习笔记46——File存储
- 第12天 android studio
- 自定义android精美聊天界面
- android 通过adb 和 ndk调试堆栈
- Android Spinner列表选择框