Don't have any help on this but I can tell you that the Media Framework has changed completely in Android 2.2... and I already found couple issues in regards to the new media framework :(
-Moto On May 21, 6:04 pm, rofl newb creations <[email protected]> wrote: > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

