I'm new to Android Studio, and I feel like I should be doing something wrong. When MyApp is launched on a real device, the process is as follows.
- Change the code.
- Select the
Run command in Android Studio. (Shift + F10) - Discover the error (on the phone)
- Go to Settings → Application → MyApp (on the phone)
- Force Stop (on the phone)
- Delete MyApp (on the phone)
- Change code
- Select the Run command in Android Studio.
- Repeat again and again.
This is repeated and time consuming. Is there any way to remove MyApp via Android Studio?
If there is no other more automated way to do this?
BTW I saw this question How to automatically remove the Android application from the device before installing the new version , but this does not allow to solve the problem sufficiently.
source share