java - How to install android-maven-plugin? -
i need use android-maven-plugin
project (especially multidex feature) can not figure out how configure actual pom.xml
file (is standard file). using eclipse luna on windows.
i did not manage find tutorial, has link how use , configure ?
i want use plugin artifact :
<plugin> <groupid>com.simpligility.maven.plugins</groupid> <artifactid>android-maven-plugin</artifactid> <version>4.3.0</version> </plugin>
note : not confund groupid com.jayway.maven.plugins.android.generation2
note 2 : think not same problem , solution here : how start using android-maven-plugin?
the android maven plugin used use jayway groupid , has migrated simpligility based one.
all instructions find still valid apart differing groupid. suggest @ documentation website , example projects.
Comments
Post a Comment