Android Hello-World compile error: Intellij cannot find aapt

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

    Clone the android-maven-plugin on GitHub and install it in your repo

    git clone https://github.com/jayway/maven-android-plugin.git
    cd .../maven-android-plugin/
    mvn clean install

    Then update your pom to use version 3.5.4-SNAPSHOT of the plugin. Everything should work properly !

提交回复
热议问题