Mehran Zamani
Mehran Zamani

Reputation: 831

Unable to open debugger port

My Android Emulator freezes in Waiting For Debugger mode and my Application fails to run(i have HAXM installed). In my debug console write this message

W/ActivityThread: Application turbotec.mpas is waiting for the debugger on port 8100...
I/System.out: Sending WAIT chunk

and here is the whole picture of virtual device and error occurred:

enter image description here

Upvotes: 0

Views: 2260

Answers (2)

user3875913
user3875913

Reputation: 252

Tools > Android > Enable ADB Integration

Disable then enable. All's good

Upvotes: 1

jagapathi
jagapathi

Reputation: 1645

Clearing the Intellij IDEA (Android Studio) .idea directory which contains configuration information worked for me:

Exit Android Studio Navigate to the project you are trying to debug Backup any files inside .idea that you modified (if your project checks any of these into VCS) Delete .idea directory Open the project in Android Studio

This worked for me two months Back

Also Check any other process running in your computer on same port and kill it

Upvotes: 0

Related Questions