The android APK installation method is very simple. I will share with you how to install the APK file to the android simulator graphic tutorial.
1) first start the android simulator, find the emulatorfile in the toolsfolder of Android sdk, and double-click emulator.exe to start the simulator.
2) copy the APK file to the toolsfolder of Android sdk(apkand emulator.exeare in the same folder. Here we demonstrate the operamini.apk file to be installed.
3) run the Windows Start Menu => AllProgram=> Attachment => command prompt or press win + R to bring up the running dialog box, Enter cmd, and click OK.
The fact that the CMD operation is simple but easy to ignore (CMD/CD)
4) (because our android SDK installation path is drive D, you need to locate the simulator tools directory) enter D: Press enter in the CMD command prompt, line 2 is the first line, next, enter the CD android-sdk-windows-1.0_r2 and press enter, because I used to extract to the android-sdk-windows-1.0_r2, so you need to input the CD android-sdk-windows-1.0_r2 again (if you used to extract to the current folder when decompression, this step can be omitted), then enter CD tools to enter the simulator folder, and finally run the ADB install android123.apk command to execute the installation,
5) click the button at the bottom of the androidsimulator to view the operamini.apk program we have installed on the page.
Now we have installed the operamini.apk program.
Let's try operamini on the gphone simulator!
Startup interface: It is slower than on the mobile device.