Answers for "how to run an apk file on pc"

0

how to open a .apk file

Open an APK File on Windows
You can open an APK file on a PC using an Android emulator like BlueStacks.
In that program, go into the My Apps tab and then choose Install apk from 
the corner of the window.
Posted by: Guest on February-19-2021
-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 "how to run an apk file on pc"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language