I've got the android compatibility package and want to 开发者_运维技巧experiment with the ViewPager
. http://developer.android.com/sdk/compatibility-library.html
However, i can't find this class. where is it? after I generated the javadocs (per the link above, the class file is not in the javadocs either).
Any ideas?
android.support.v4.view.ViewPager
? Check the source of the compatibility package, unless you are using an old version, it should be there.
double check if your android compatability source contains the file...
had the same problem and tried to fix it (ViewPager not found - cannot be resolved) .. and finally found out that my included lib (source) simply didnt contain it...
good luck!
精彩评论