adb install

Push packages to a connected Android device or emulator. More information: https://developer.android.com/tools/adb.

adb install {{path/to/file.apk}}

adb -s {{serial_number}} install {{path/to/file.apk}}

adb install -r {{path/to/file.apk}}

adb install -d {{path/to/file.apk}}

adb install -g {{path/to/file.apk}}

adb install --fastdeploy {{path/to/file.apk}}