Android stuck on "Installing" and "Launching App"

Viewed 637

When I try to run my application via Android Studio on a virtual device, or a physical device, my Kotlin app runs the first time, but afterwards I need to disconnect my device each time I want to publish it again. When I click on "Run App" it just says "Install" an the bottom. When I click it, it says "Launching App". I've had this problem for some time now, and I hope somebody knows the solution for this. I've tried rebooting and turning USB-debugging off and on. Both work the first time install, just like disconnecting and reconnecting the device. After that however, again it keeps getting stuck on "Installing".

enter image description here

1 Answers

On a virtual device u could try to Open AVD Manager and then click on Wipe Data from dropDown list in actions column

enter image description here

enter image description here

Related