which version of adb interface for android “nexus 7” 2013

柔情痞子 提交于 2019-12-11 01:17:42

问题


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


回答1:


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.




回答2:


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) or Camera (PTP).

This can vary between devices but use whichever one works for you, and makes the device appear in Android Studio.




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/34888606/which-version-of-adb-interface-for-android-nexus-7-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!