I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.
I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.
I had same issue, none of the solutions worked for me.
Open Settings Menu -> Developer Options -> USB Debugging should be on
Settings -> System -> Developer options -> USB debugging
Not all USB cables can transfer data. Try using a different USB cable if your device is charging, but doesn't establish a connection to your machine.
Uninstalling all old "Android ADB Interface" drivers that were installed previously and then installing the new one worked for me.
Intel has a peach of an article on this. It's all the same driver. It's just a Device ID mismatch in the Inf file which can be edited, or Windows forced to Install the driver we point it to. Intel's article is very thorough and takes care of every hurdle you come across. The link - https://software.intel.com/en-us/xdk/docs/installing-android-debug-bridge-adb-usb-driver-on-windows
Keep in mind while you connecting device Android propose to select one of possible connection options. In my case:
Not all types of connection will work with ADB. In my case need to select Power charging to be able to connect to ADB

Your device should be enabled
adb kill-serveradb start-serveradb devices