2

I have a Mac with java version "1.8.0_191" when I run my android application it's working fine in the Emulator but when I start debugging the application it's not launching the app instead it's throwing me an error like below

 "Can't bind to local 8600 for debugger"

enter image description here

enter image description here

have tried below reference no luck DDMS - Can't bind to local 8600 for debugger on Android Studio

could anyone please suggest me how to solve this problem

Thanks.

Vignesh
  • 592
  • 6
  • 25

1 Answers1

1

I found the answer for my question.

Android Studio 3.2.1 version Tool -> SDK Version -> Build, Execution, Deployment -> Instant Run. Uncheck the Enable Instant Run and Click Ok.

halfer
  • 19,824
  • 17
  • 99
  • 186
Vignesh
  • 592
  • 6
  • 25