Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I developed a game in html5 using limejs now i want to wrap into android using phonegap. I have done it very successfully and all my assets loaded greatly except audio. The audio is not loading into android.

The logcat shows as :

" 10-30 15:19:14.138: E/MediaPlayer(539): Error (1,-2147483648) "

Any idea about this? Please help me out.

share|improve this question

1 Answer

up vote 0 down vote accepted

That error pops up mostly when the encoding you are using for your file isn't supported. Try another file type, taking this in mind: http://developer.android.com/guide/appendix/media-formats.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.