2
5

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.

いつも使うスマホのリモートデバッグ方法(Chrome編)

Posted at

いつも使う、PC の Chrome での Android スマホ(の Chrome で)のリモートデバッグ方法を、自分のメモのためだけに…

  • (事前準備)Android 端末で USB デバッグを有効にしておく

    • 設定アプリ -> 端末情報 -> 「ビルド番号」を連打
    • 設定アプリ -> 開発者向けオプション -> 「USB デバッグ」を ON
  • PC の Chrome で

    • 設定メニュー -> その他のツール -> デベロッパーツール(Ctrl+Shift+I)
    • デベロッパーツールの設定メニュー(Customize and control DevTools) -> More tools -> Remote devices
  • リモートデバッグする

    • Android 端末を PC に USB 接続
    • 「ファイル転送(MTP)」「写真の転送(PTP)」「充電」と出たら「ファイル転送」を選択
    • Android 端末で Chrome を開き、デバッグしたいコンテンツを表示
    • PC の Chrome のデベロッパーツールの Remote devices タブの Devices 欄に表示された端末を選択 -> 「Inspect」ボタンをクリック

すみません。ただそれだけです。

2
5
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
2
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?