Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find class #1

Closed
EdwardSeshoka opened this issue Sep 2, 2013 · 5 comments
Closed

Could not find class #1

EdwardSeshoka opened this issue Sep 2, 2013 · 5 comments

Comments

@EdwardSeshoka
Copy link

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
Copy link
Collaborator

tokou commented Sep 13, 2013

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 tokou closed this as completed Oct 7, 2013
@tokou
Copy link
Collaborator

tokou commented Oct 7, 2013

I'll take that for a yes :)

@EdwardSeshoka
Copy link
Author

Haha, I did thanks.

@DeonBoon
Copy link

DeonBoon commented Jul 6, 2014

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
Copy link

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" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants