I want to put some ringtone on the android emulator however, i can’t seem to find a easy way to do this is there someting i’m missing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to create the
/sdcard/media/audio/ringtones/directory on the sdcard.To do this login via adb shell and do
mkdir /media/audio/ringtones/then push the file to ringtones.
Then go to sounds on emulator and select sound, menu and select “use as ringtone”.
If you can’t create the directory,
suand try again.