developing an app for the 2013 nexus 7 with android studio on windows 8.1. i have the app running on a few different devices. when adding a driver, i get a dialog:
with the clockwork mod manufacturer, i get other choices like: google nexus 7 adb interface version 7.0.0.1 or 7.0.0.4.
i assume that i want an adb interface or a composite one, but sometimes there are many choices.
which interface should i use for the 2013 nexus 7?
thanks
You can use pdanet if you are using mac or windows. it supports most of the devices for debugging and is really helpful for some country based manufacturers.
You can use the newest ADB driver fine. But if you are having problems picking the device up in Android Studio, then make sure you have the device connected using the correct protocol.
Usually you have the choice between
Media (MTP)
orCamera (PTP)
.This can vary between devices but use whichever one works for you, and makes the device appear in Android Studio.
You should download and install the driver from Google
https://developer.android.com/sdk/win-usb.html
The CWM ones may work, but the Google drivers are the officially supported drivers for the Nexus 7
Please find the OEM USB Drives from here.
Android Composite interface is higher level interface that includes Android ADB (Android Debug Bridge) interface, Android MTP (Media Transfer Protocol), PTP (Picture Transfer Protocol), Mass Storage Protocol etc.
I think you can go forward with ADB Interfere v8 as it's backward compatible.
Make the choice as per your requirment.