MediaPlayer no longer working on the emulator since r10?

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

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


        
5条回答
  •  忘掉有多难
    2020-12-10 13:06

    Launching the emulator manually helps in my case.

    emulator program can be found inside android-sdk/tools/.

    So the final command will be something like:

    android-sdk/tools/emulator -avd my_cool_emulator_name

提交回复
热议问题