Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running

I'm trying to execute an android program in eclipse kepler. However, every time I execute I get this message. I did what everyone said about this problem like:

    - Making sure there is a line on windows Host file that contain this line: 127.0.0.1 localhost
    - Going to Window -> Preferences -> Android -> DDMS and:
      1. Setting local debugger port to 8601
      2. Check the box Use ADBHOST and the value should be 127.0.0.1

However, none of these things fixed my problem.

Note: I'm using windows 8.1.

like image 363
dragon3002 Avatar asked Dec 05 '25 08:12

dragon3002


1 Answers

two instance of adb.exe are started.

Solve it by Open Task manager by pressing Ctrl+Shift +DEl

and ending the process "adb.exe"

like image 91
shehzy Avatar answered Dec 07 '25 20:12

shehzy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!