Chinese Android Debugging: How to use a Unbranded Android Device for Application Testing on Ubuntu with Eclipse
developer.android.com has a nice writeup on how to setup a hardware android device for application testing on the Using Hardware Devices page. It also gives a list of USB Vendor IDs, which are required to setup your hardware device. But the list of vendors may not include your Chinese / Unbranded android phone or tablet. For eg. The vendor ID of a NATPC/MID tablet is apparently not on the list of vendor ids which includes the likes of HTC, Asus, Google,Foxconn, etc. In such a case, these are the errors you may get: On selecting Run app in Eclipse, you are greeted with a prompt asking you to select an Android Device. However the list of Android devices shows a Android Device with Serial Number as "??????????" i.e a series of question marks and same for the state of the device. Additionally, this device is not selectable. Eclipse: Prompt showing unrecognised android device Open Terminal and cd into your android-sdk/platform-tools folder and run adb (Android Debug...