My mp3 not working on Android

My background music is mp3 using media.playSound. It works on simulator and iOS devices.
But for some reason it doesn’t play on the android device. Most of my other sound effects play fine but its only this one music file that doesn’t play.

Anyone know what might be wrong or what the official supported audio file specs for android to work?
[import]uid: 40413 topic_id: 18914 reply_id: 318914[/import]

Why not use audio.loadStream?
I know that doesn’t answer the question, still it is the API recommended by Ansca! [import]uid: 64174 topic_id: 18914 reply_id: 72927[/import]

I read somewhere that mp3’s and some other formats have some issue on Androids.
(This may be an older build issue which is fixed now)

But to solve this issue try renaming your mp3 from filename.mp3
to filename_mp3.mp3

And editing your code to match,

Tell me if that works?

Cheers [import]uid: 91798 topic_id: 18914 reply_id: 73235[/import]