當我嘗試下面的媒體播放器不能正常工作:在Android中,媒體播放器不能正常工作
player=MediaPlayer.create(this, R.raw.mh);
player.start();
我收到此錯誤:
The method create(Context, int) in the type MediaPlayer is not applicable for the arguments (new View.OnClickListener(){}, int)