adb install

Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices. 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}}