MediaPlayer no longer working on the emulator since r10?

后端 未结 5 857
猫巷女王i
猫巷女王i 2020-12-10 12:33
protected MediaPlayer _mediaPlayer;  

protected void playFromResource(int resId)     
    {     
    if (_mediaPlayer != null)         
        {         
        _         


        
5条回答
  •  悲哀的现实
    2020-12-10 13:06

    I see this problem on mac os as well. In my case it happens when you enable "snapshot" for the emulator.
    http://code.google.com/p/android/issues/detail?id=14953
    You will have to delete the emulator and make a new one without "snapshot" enabled.

提交回复
热议问题