Android simulator installer and upload and play music

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.