動(dòng)態(tài)加載,add()出現(xiàn)錯(cuò)誤
報(bào)錯(cuò):
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project android_fragment Unknown Java Problem
為什麼啊?把ViewPager+Fragment+ListView聯(lián)合使用
2015-12-23
11沒(méi)用,我直接換16了,希望后面來(lái)的人能看到~
2015-11-17
這個(gè)是版本問(wèn)題 ,你先去androidmanife里面 把
<uses-sdk
? ? ? ? android:minSdkVersion="16" ?》》》》這邊換成11以上的
? ? ? ? android:targetSdkVersion="21" />
還有注意一點(diǎn)就是 myfragment.java繼承的fragment是import android.app.Fragment; 而不是support.v4那個(gè)
然后在返回你這頁(yè) 看好繼承的有沒(méi)有support.v4的,全部換掉。
然后一般是可以用了