29
28

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.

Macのadbで認識されないAndroid端末を追加する手順

Posted at

android端末がadbで認識されないとき
を参照して、「システム情報」がどこにあるか分からず一瞬詰まったのでメモ。

  1. Application > Utilities > System Information
  2. Hardware から USB の項目を探す
  3. USB接続されている端末が表示されるので Vendor ID を確認
  4. adb_usb.ini にそれを追記: echo 調べたVenderID >> ~/.android/adb_usb.ini
  5. adb を再起動
adb kill-server
adb start-server
29
28
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
29
28

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?