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.
Since maven-android-plugin
version 3.0.0, you can use:
mvn install android:deploy android:run
and works perfectly.
Plugin's changelog here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With