AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
Maven unit tests are really useful in this project because the generated app is deployed if a device is connected but we have to run the app manually for each test.
android:run allows to run the app automatically if it is deployed.
Maven unit tests are really useful in this project because the generated app is deployed if a device is connected but we have to run the app manually for each test.
android:run
allows to run the app automatically if it is deployed.Quite useful :)