ユーザ用ツール

サイト用ツール


サイドバー

android:adb

以前のリビジョンの文書です


adb(Android Debug Bridge)

よく使うadbのコマンド

# 接続機器一覧
> adb devices
List of devices attached
FA88H1F00864    device
emulator-5554   device
 
# 実機のログ確認
> adb -s FA88H1F00864 logcat -s neko:*
--------- beginning of main
--------- beginning of system
--------- beginning of crash
 
# 端末に接続する
>adb shell
error: more than one device/emulator // 複数接続している場合は指定する必要がある
 
# 端末IDの確認
>adb devices
List of devices attached
FA88H1F00999    device
emulator-5554   device
 
# 端末を指定して接続する
>adb -s emulator-5554 shell
generic_x86:/ $

SDK Managerでのインストール

Show Package Detailにチェックをいれ
「Google APIs Intel x86 Atom_64 System Image」
をインストールする

android/adb.1571707782.txt.gz · 最終更新: 2019/10/22 10:29 by ips