1. 程式人生 > >findFragmentById() 方法總是返回null (kotlin)

findFragmentById() 方法總是返回null (kotlin)

fragmentManager.findFragmentById() 屬於包android.app.Fragment
supportFragmentManager.findFragmentById() 屬於android.support.v4.app.Fragment
整個專案中由於引入不同的包導致,null返回值。把專案中的包統一就解決了。