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. 回答1: