Search code examples
androidandroid-studioadbdrivernexus-7

which version of adb interface for android "nexus 7" 2013


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:

update driver 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


Solution

  • 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.