adb install



adb install

Pushes an Android application (specified as a full path to an .apk file) to an emulator/device.

adb install [option] <path>

adb install demo.apk

adb install -l demo.apk forward lock application

adb install -r demo.apk replace existing application

adb install -t demo.apk allow test packages

adb install -s demo.apk install application on sdcard

adb install -d demo.apk allow version code downgrade

adb install -p demo.apk partial application install

Tags: , ,
Leave a comment

Your email address will not be published. Required fields are marked *

Subscribe now

Receive weekly newsletter with educational materials, new courses, most popular posts, popular books and much more!