Hi,
I have installed android-maven-plugin 3.5.3 in my local repository when i try to test the emulator-start goal it fails with the below exception
Caused by: org.apache.maven.plugin.PluginManagerException: Unable to load the mojo 'com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.3:emulator-start' in the plugin '
com.jayway.maven.plugins.android.generation2:android-maven-plugin'. A required class is missing: org/apache/commons/jxpath/JXPathNotFoundException.
I tried to resolve the issue by adding add the dependecy of the jxpath in my pom.xml , but another Exception came up it was related to org.sonatype.aether Repsoitory System not found.
I would like to know what could be the issue here.
regards,
Felix T