final MediaPlayer mp = MediaPlayer.create(this, musics.getMusic()); create 老是报错
错误原因:
The method create(Context, int) in the type MediaPlayer is not applicable for the arguments
(DetailFragment, int)
请问原因到底是什么呢? 具体该怎么解决呢?
错误原因:
The method create(Context, int) in the type MediaPlayer is not applicable for the arguments
(DetailFragment, int)
请问原因到底是什么呢? 具体该怎么解决呢?