我是一名Android开发人员.我有一个新的HTC Inspire 4g手机,但我不知道如何为它安装USB驱动程序.这是我的android_winusb.inf文件:
;
; Android WinUsb driver installation.
;
[Version]
Signature = "$Windows NT$"
Class = AndroidUsbDeviceClass
ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider = %ProviderName%
DriverVer = 12/06/2010,4.0.0000.00000
CatalogFile.NTx86 = androidwinusb86.cat
CatalogFile.NTamd64 = androidwinusba64.cat
;
; This section seems to be required for WinUsb driver installation.
; If this section is removed the installer will report an error
; "Required section not found in INF file".
;
[ClassInstall32]
Addreg = AndroidWinUsbClassReg
[AndroidWinUsbClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-1
[Manufacturer]
%ProviderName% = Google, NTx86, NTamd64
[Google.NTx86] …Run Code Online (Sandbox Code Playgroud) 我尝试运行 unity remote,但是当我在 unity 编辑器中按下播放键时,我的手机没有任何反应。我想我需要做的不仅仅是将我的手机与电脑连接,将编辑器设置为任何 android 设备并按开始,但这些是它唯一说的话。
它根本不起作用,我不知道为什么。
谢谢你的帮助。