Hello,

Suddenly, when playing audio using MediaPlayer in an Android 2.2
emulator, the audio seems to be getting the last 5-10% cut off.  I'm
using the exact same code from previous API's, with just what is below
for mp3 playback.  I changed the API level of my app to 2.2 for
external storage, but the app still runs perfectly on any emulator
using <=2.1 and on my Moto Droid.

MediaPlayer mp = MediaPlayer.create(this, playMe);
mp.start();

Thanks for any input!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to