Re: [android-developers] Error when launching a ringtone.

2011-04-27 Thread a a
android.content.res.Resources$NotFoundException: File res/raw/ringtone from drawable resource ID #0x7f05 file res/raw/ringtone is not exist? 2011/4/27 Alaeddine Ghribi : > Hi, > I have an AlertDialog that when it shows it launches a ringtone, > however i have always an exception, here is what

[android-developers] Error when launching a ringtone.

2011-04-27 Thread Alaeddine Ghribi
Hi, I have an AlertDialog that when it shows it launches a ringtone, however i have always an exception, here is what i did: ad.show(); try { MediaPlayer mt = MediaPlayer.create(context,R.raw.ringtone); mt.setVolume(5,5); mt.start(); mt.setLoo