我有一个RCA 7“平板电脑,我正在尝试调试我的Android应用程序。因为它不提供驱动程序本身,我已经使用PDAnet下载。我也启用了USB调试,但当我尝试运行应用程序说没有找到兼容的设备。
有人知道如何解决它。
答案 0 :(得分:1)
有同样的问题。
更详细,Windows说明如下:http://ryancuda.blogspot.com/2013/12/how-to-get-working-adb-drivers-for.html
对于我的Mac,我可以在完成后连接:
android update adb
locate adb_usb.ini
,我在~/.android/adb_usb.ini
)system_profiler SPUSBDataType
获取供应商ID。寻找您的型号或序列号。我的是" 0x2207"对于我的RCA 7"现出现为福州瑞芯电子有限公司" adb_usb.ini
文件echo "0x2207" >> ~/.android/adb_usb.ini
adb kill-server
adb devices