How to open an APK file without any emulator??
Answers
Answered by
0
Answer:
since there's no play store ,you nerd to do some file management .take the APK you want to install(be it google's app package or something else)and drop the file into the tools folder in your SDK directory .then use the command prompt while your AVD is running to enter(in the directory)adb install filename.apk
Similar questions