I want to run Android application in command line after execution android:deploy maven goal
android:deploy maven goal
Does Maven have some command which can run application after
It doesn't look like: http://maven-android-plugin-m2site.googlecode.com/svn/plugin-info.html
You can do it with adb instead. But you have to know the Activity name.
adb shell am start -a android.intent.action.MAIN -n your.app.package/.YourMainActivity