I am new to Android with maven environment. I am trying to run a sample application, but I am having problems. When I select a project and execute MAVEN-> Clean Install , I get the following error message:
[ERROR] Failed to execute goal com.jayway.maven.plugins.android.generation2:andr
oid-maven-plugin:3.6.0:generate-sources (default-generate-sources) on project ut
ils-android: Execution default-generate-sources of goal com.jayway.maven.plugins
.android.generation2:android-maven-plugin:3.6.0:generate-sources failed: A requi
red class was missing while executing com.jayway.maven.plugins.android.generatio
n2:android-maven-plugin:3.6.0:generate-sources: Lorg/sonatype/aether/RepositoryS
ystem;
Please, I do not have a 3.1.1 version of Meven, I also use Eclipse on a Windows 7 system.
thanks
source
share