9
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Nexus5 のADBドライバが入らない(Windows7)

Posted at

ここからGoogle USB Driver を落として、インストールしようとするんだけど何故かダメ。
ドライバが見つかりませんとな。

上記のファイル一式に含まれている android_winusb.inf を見ると確かにNexus5っぽいものがない(Google Glassは入っているのに・・・)のでないというのは妥当な気はするが、ネットの皆さんは普通にインストールできている様子

なぜだかわからないけど、infファイルを書き換える。
追加したのは下記の2つ。

android_winusb.inf
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_D002
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_D002&REV_0232

値は、以下のハードウェアIDを入れる。
device.PNG

(デバイスマネージャから調べてね)

9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?