The method getSupportFragmentManager() is undefined for the type LocalMusicActivity
将该Activity的extends Activity改成extends FragmentActivity
本文介绍了解决在LocalMusicActivity中遇到的getSupportFragmentManager()方法未定义的问题,通过将Activity的基础类从Activity更改为FragmentActivity来修复此错误。
The method getSupportFragmentManager() is undefined for the type LocalMusicActivity
将该Activity的extends Activity改成extends FragmentActivity
9156

被折叠的 条评论
为什么被折叠?