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.

before, I use windows seven os for running the app on the device and it works.but when i try with windows server 2008 64 bit. the adb cant detect in my pc , and my project cant run in my device.

D:\adt-bundle-windows-x86_64\adt-bundle-windows-x86_64\sdk\platform-tools>adb de
vices
List of devices attached

D:\adt-bundle-windows-x86_64\adt-bundle-windows-x86_64\sdk\platform-tools>

how adb device working correctly under Windows Server 64 bit?

share|improve this question

1 Answer

Android Debug Bridge (adb) lets you communicate with an emulator instance or connected Android-powered device Just go through this link and you will find the soluton:

http://developer.android.com/tools/extras/oem-usb.html

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.