Android ant 编译问题收集
文章目录
问题:
1
|
aapt not found under the right path |
解决:
1 2 |
sudo apt-get install ia32-libs # 12.04 sudo apt-get install lib32z1 # 14.04 |
问题:
1
|
Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/usr/lib/jvm/java-6-openjdk/jre" |
解决:
Fixed it by installing the open jdk:
1
|
sudo apt-get install openjdk-7-jdk |
文章作者 wenzhixin
上次更新 2013-02-26