Windows 7 64bitに Android SDK USB Driverを導入

Windows 7 64bit + Android SDK r11の環境で設定

  1. \extras\google\usb_driver の android_winusb.inf を修正
  2. 64bitなので [Google.NTamd64] パラグラフの最後に
    ; HTC Desire/Desire HD
    %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0CA2
    %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0CA2&MI_01
    を追記
    32bitなら [Google.NTx86] に追記する事
  3. デバイスマネージャーをひらき、[Android Phone]のドライバーソフトウェアの更新で上記 android_winusb.inf を選択する
  4. 途中セキュリティ警告がでるかもしれないが問題ないのでインストールを選択する
  5. Android Composite ADB Interface デバイスになればOK