How do I fix “Could not connect to remote process” while trying to debug the application?

Issue

I am making an 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.

Leave a Comment

x