Answers for "android install apk shell"

-2

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 "Shell/Bash"

Browse Popular Code Answers by Language