Answers for "install apk using command"

-1

install apk using command

adb install -r <app path>
example: 
adb install -r ../android/app/build/output/app.apk
The -r flag is to replace the existing application.
Posted by: Guest on July-13-2021

Code answers related to "install apk using command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language