I wondering if there’s a way to start an application which was deployed using mvn install android:deploy automatically. If this is somehow possible it would speedup development.
I wondering if there’s a way to start an application which was deployed using
Share
Here the post: http://www.hrupin.com/2011/06/21/how-to-run-android-application-then-you-use-maven-in-your-project
First you need to add plugin in your POM
add script in ${basedir}/scripts/ dir with next content:
Command to build and run app
mvn clean install android:deploy; mvn exec:exec