i\'m working on an Android app project and it is a Maven project. when i try to run as \"maven install\" this is what i get:
\"Failed to execute goal com.jayway.maven.pl
Setting an ANDROID_HOME variable in your .bashrc or whatever will work, but remember to export that variable so that it is available to subprocesses. Setting ANDROID_HOME with the other methods suggested here will get you through some initial errors, but without ANDROID_HOME exported your build will probably fail at some point.