Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have tried everything but the emulator keeps showing when I type "adb devices" in cmd, even though there is no trace of the emulator in the AVD Manager. I have re-installed sdk tools, re-started my pc several times, but not matter what the emulator is still there. I have also deleted the auto generated folder .android. What should I do ?

share|improve this question
have you used the command "adb kill-server" on command promt – Sam-In-TechValens Dec 21 '12 at 11:09
yes I have done that as well .. but it did not worked – Ahmad Ali Nasir Dec 21 '12 at 11:10

2 Answers

up vote 2 down vote accepted

Try:

adb usb

to make sure USB connection is used and "orphans" are cleared.

share|improve this answer
Thankyou :) it worked !! – Ahmad Ali Nasir Dec 21 '12 at 11:27

take a look at the following link

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.