Answers for "build apk from command line"

22

android build release apk command

flutter build apk --split-per-abi
Posted by: Guest on November-10-2020
-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 "build apk from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language