which version of adb interface for android “nexus

2019-07-10 02:38发布

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

4条回答
Anthone
2楼-- · 2019-07-10 03:20

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.

查看更多
来,给爷笑一个
3楼-- · 2019-07-10 03:31

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.

查看更多
萌系小妹纸
4楼-- · 2019-07-10 03:34

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

查看更多
Root(大扎)
5楼-- · 2019-07-10 03:43

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.

查看更多
登录 后发表回答