• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Could not open Selected VM debug port on eclipse debian x64

i install new version of eclipse and Android sdk , but when i run an android project i get this error

Code:
Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.
ADB server didn't ACK
* failed to start daemon *

i try to solve the problem by following this , but i still get the same problem:
Code:
-Window -> Preferences -> Android -> DDMS
-Set Base local debugger port to "8601"
- Check the box that says "Use ADBHOST" and the value should be "127.0.0.1"


i am also tryng to reinstall android pluing for ecipse and even the android sdk , but i still get the same problem , any help !

OS : debian6 x64bit
IDE : eclipse juno

thanks in advance !
 
Back
Top Bottom