Issue
when I am going to debug my application using android studio, I cannot do that because of this massage which is Waiting for application to come online: com.example.myapplication | com.example.myapplication.test
. After sometime Could not connect to remote process. Aborting debug session
is shown.
Solution
This work for me:
in directory C:\Users\your_name\ .android\avd I deleted all devices and then in Android Studio i created them again.
Before this, I tried Invalidate cache and restart option, some restarts/reboots of Android Studio/Devices/PC and deleting devices in Android Virtual Device Manager all of them with no results.
Answered By – pear95
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0