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
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 !