MediaPlayer no longer working on the emulator since r10?

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

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


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 13:05

    Looks like the issue is only on my computer. I just tryed it on another computer and it work fine. I had some issues when I upgraded to r10 of ADT. Maybe there is something wrong in my development setup.

提交回复
热议问题