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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -