Issue
I am making a android studio project and I try to debug my application.
Running the application works fine, but when I try to debug it I get this error:
Could not connect to remote process. Aborting debug session.
What can I do to fix the issue?
Solution
You need to restart the ADB.
kill adb.exe process.
how to restart ADB manually from Android Studio
Answered By - Daniel B.
Answer Checked By - Candace Johnson (JavaFixing Volunteer)