I have an Android application, which is built using pom.xml
file given below. mvn clean install
works without errors, but in Eclipse I get followi
One way to solve it is by adding the following section to your pom.xml (or parent pom.xml):
org.eclipse.m2e
lifecycle-mapping
1.0.0
com.jayway.maven.plugins.android.generation2
android-maven-plugin
[3.5.0,)
generate-sources
proguard
emma
dex
apk
internal-pre-integration-test
internal-integration-test