Android Hello-World compile error: Intellij cannot find aapt

后端 未结 13 1957
感情败类
感情败类 2020-12-02 09:45

I\'m trying to get set up with an Android development environment using IntelliJ in Ubuntu 12.04. I create an Android Application Module, but when I try to build, I get the

13条回答
  •  执笔经年
    2020-12-02 10:15

    i solve it with this to line commands

    ln -s ~/Programs/android-sdk-linux/build-tools/17.0.0/aapt ~/Programs/android-sdk-linux/platform-tools/aapt
    ln -s ~/Programs/android-sdk-linux/build-tools/17.0.0/lib ~/Programs/android-sdk-linux/platform-tools/lib
    

提交回复
热议问题