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"
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.