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

Class Not Found Exception #36

Open
tushar1995 opened this issue Jan 20, 2015 · 1 comment
Open

Class Not Found Exception #36

tushar1995 opened this issue Jan 20, 2015 · 1 comment

Comments

@tushar1995
Copy link

Hey,
I am trying to use youro annimated expandable list view in my app but I'm having some issues.
I have imported the library and this is my xml code:

<com.example.animatedexpandablelistview.AnimatedExpandableListView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/orderList"
android:groupIndicator="@color/transparent"
android:padding="10dp" />

and then I'm setting an adapter like I would do for a normal expandable list view. But it throws an exception saying that the class com.example.animatedexpandablelistview.AnimatedExpandableListView wasn't found.
Any help would be appreciated. :)

@wangyeming
Copy link

Do you add package path in your xml file?
Like <com.idunnololz.widgets.AnimatedExpandableListView
not just <AnimatedExpandableListView

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

2 participants