0

I have a Nexus 7 which is recognized just fine, but I'm trying to get a 10" to work with and have been through two (iRulu and e-Passion (running KitKat), neither of which show up in ADB or are recognized as a connected device in Android Studio. I've downloaded any drivers I could find to no avail, but is there something else I'm missing, or should I just invest in a more expensive tablet?

Tab
  • 155
  • 9

1 Answers1

0

It's not the price of the tablet. It might be a permissions thing. If you're running in Linux, try killing the running adb server

adb kill-server

and then su to root and

adb devices

to see if they then show up.

chiastic-security
  • 20,430
  • 4
  • 39
  • 67