0
1

adbをAndroid端末にインストールする方法

Last updated at Posted at 2023-09-28

環境

OS:       macOS 11.5.1

前提条件

  • USBを用意しておく

手順

  1. PCとデバイスをUSBで接続

    • デバイス側から接続を許可する
  2. ターミナルでadb devices

    • 該当のデバイスがdeviceになっていることを確認
      • unauthorizedになっている場合は、USB接続が許可されていません
        スクリーンショット 2023-09-28 18.00.15.png
  3. adb -s デバイス名 install xxx.apk でインストール
    スクリーンショット 2023-09-28 18.10.15.png

関連記事

ipaファイルをiPhoneにインストールする方法

0
1
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
0
1