Android Hello-World compile error: Intellij cannot find aapt

后端 未结 13 1984
感情败类
感情败类 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:03

    Thanks for the tip! On a mac running the Android 4.2.2 SDK, this worked great. You'll just need to update your paths accordingly. E.g.

    ln -s ../build-tools/android-4.2.2/lib lib

    ln -s ../build-tools/android-4.2.2/aapt aapt

提交回复
热议问题