Add ringtones in android emulator

北慕城南 提交于 2019-12-21 12:19:12

问题


Does anyone know how to add/download a ringtone or an mp3 sound to an android emulator?


回答1:


Go to DDMS in Eclipse, click the File Explorer tab and navigate to mnt/sdcard. Create a new folder by clicking the Plus icon called ringtones. Then click on the"Push a file on to the device" icon and choose your file.

You may need to restart the emulator.




回答2:


From Eclipse:

Click on Window -> Open Perspective -> DDMS

Note: First start the emulator, so its contents will be available under File Explorer

Now click on the File Explorer tab and navigate to mnt/sdcard.

If this directory already has a directory named ringtones then navigate to it, or else create a new directory named mnt/sdcard/ringtones.

Note: To create a new directory, you need to click on "+" (plus) icon in the top right corner

To upload the ringtones files click on Push a file on to device, again in the top right corner, and upload the ringtones. After that you need to restart Eclipse as well as the emulator.



来源:https://stackoverflow.com/questions/9447683/add-ringtones-in-android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!