Recently i\'ve purchased micromax a111 android device. I am android developer. So tried this device for debugging option. But the adb is not able to detect the device. I have ch
Find the device vendor id, it would be like 0x1A9A. Add that vendor id to adb_usb.in located at C:\Users[Login-User].android\
the .android folder might not be visible as it is an hidden folder.
Restart the adb by following command adb kill-server adb devices
and you will be able to see your device.