I iggy23 Newbie Feb 25, 2017 #1 So guys... Another problem... In android device monitor ... when i try to open my app files.. it says : [2017-02-26 00:50:44 - ddms] Can't bind to local 8621 for debugger i have checked my hosts file in drivers/etc and i have 127.0.0.1 localhost in there some ideas?
So guys... Another problem... In android device monitor ... when i try to open my app files.. it says : [2017-02-26 00:50:44 - ddms] Can't bind to local 8621 for debugger i have checked my hosts file in drivers/etc and i have 127.0.0.1 localhost in there some ideas?
D Deleted User Guest Feb 26, 2017 #2 Check the answer here, it might solve your problem http://stackoverflow.com/questions/...-debugger-on-android-studio/32507892#32507892 To summarise, in a cmd window, type the following adb kill-server adb start-server
Check the answer here, it might solve your problem http://stackoverflow.com/questions/...-debugger-on-android-studio/32507892#32507892 To summarise, in a cmd window, type the following adb kill-server adb start-server
I iggy23 Newbie Feb 26, 2017 #3 heey it works i lowered the API from 24 til 22 i think... now it works