applidium / HeaderListView

Android ListView with sticky headers
http://applidium.com/en/news/headerlistview_for_android/
Other
313 stars 96 forks source link

Could not find class #1

Closed EdwardSeshoka closed 11 years ago

EdwardSeshoka commented 11 years ago

I have added the project in my workspace and added the project to the build path, but I still get the "could not find class com.applidium.headerlistview.HeaderlistView. I am not sure what else needs to be done, although I am able to run the DEMO.

tokou commented 11 years ago

I'm sorry but from what I see, this seems to be more a problem on your end (the configuration of your project) Have you been able to solve it ?

tokou commented 11 years ago

I'll take that for a yes :)

EdwardSeshoka commented 11 years ago

Haha, I did thanks.

DeonBoon commented 10 years ago

Hi Edward, I am facing the same issue as you which is "could not find class com.applidium.headerlistview.HeaderlistView". I am wondering if you could share your solution to this problem? Thank you so much!

woojoo666 commented 10 years ago

Finally figured it out! Make sure your ListView in your XML layout is changed to something like

<view
    class="com.applidium.headerlistview.HeaderListView"
    android:id="@+id/mylist"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1" />