When i right-click my Android Project and Select Run->Android Application
. The emulator gets launched and the changes do reflect.
But when i do the foll
You can either launch the emulator manually (like Deepak mentioned in his answer) before running mvn android:deploy
, or using the following configuration and run mvn android:deploy
directly, it will automatically start emulator and wait for it before doing the deploy:
com.jayway.maven.plugins.android.generation2
android-maven-plugin
3.3.2
... ...
21
180000
-no-skin
... ...
true