My application is running properly on emulator but not on device. Earlier I have run the same app on device many a times. I have turned USB- Debugging on my device, also set debuggable to true in manifest.
When I try to use command adb devices, it's showing me an empty list of devices.
Has anybody encountered same problem anytime?
Thanx in advance.