misakuo / 3dTagCloudAndroid

Tagcloud component for android
MIT License
1.65k stars 291 forks source link

在Fragment中使用会报NullPointerException #6

Closed EvlinLee closed 8 years ago

EvlinLee commented 8 years ago

按照demo的代码在Fragment中使用会报NullPointerException:java.lang.NullPointerException: Attempt to invoke virtual method 'int com.moxun.tagcloudlib.view.TagsAdapter.getCount()' on a null object reference

misakuo commented 8 years ago

Hi,你是不是没有为TagCloudView设置Adapter?