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
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
2 matches
Mail list logo