Android Hello-World compile error: Intellij cannot find aapt

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

    I also noticed it.

    ADT has been updated and they added this new build-tools where they moved everything. Intellijidea is not updating paths so it's searching aapt in the old path.

    I don't know how to solve it, so let me know if you find a solution...

    UPDATE:

    I think that you have only 2 options:

    1) Use Android Build studio: http://developer.android.com/sdk/installing/studio.html 2) Copy (this is dirty but works) all content from build-tools/17.0.0/ to platform-tools/ and it will build

提交回复
热议问题