Start the simulator in the doscommand window.
Open another doscommand window and find the installation you downloaded.ProgramOr the directory of the game installation package, and then execute the command to install:
ADB install package name
Success.
The installation packages should all be. APK. There are many resources on this website: http://www.tigersw.cn/sys19.html, all of which are androidplatform applications.
Because the simulator is newly configured and does not contain files such as music or video, you need to add it yourself. The following describes how to add a file and play it with the player that comes with the simulator.
First, open a doscommand window and you 'd better locate the directory where your music files are stored (you can enter a few characters when adding files ). All the installation programs and added files are placed in the sdcard directory of the simulator. If you add files directly, it will appear messy when there are too many files, so it is best to create folders on the simulator in different categories, then add the corresponding file.
1. Create a directory on the simulator:
ADB shell calls Shell Remote Operation Simulator
Ls displays files in the current directory
Enter the CD sdcard directory
Create an MP3 directory using mkdir MP3
Exit to exit the simulator
2. Add the music file to the MP3 folder of the simulator:
ADB push file name/sdcard/MP3
You can also add files in the entire directory and change the "file name" in this command to your "directory name.
3. Now that the file has been added, you have to perform operations on the simulator to play the video.
Start Dev tools on the simulator and run the media pluginAnd "finished" is displayed to exit.
4. Start the music program and click songs to play the video.