tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

Couldn't run the sample code #75

Open 4tis opened 10 years ago

4tis commented 10 years ago

I'm getting the next Error -

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.tjerkw.slideexpandable.sample/com.tjerkw.slideexpandable.sample.ExampleActivity}: java.lang.ClassNotFoundException: Didn't find class "com.tjerkw.slideexpandable.sample.ExampleActivity" on path: /data/app/com.tjerkw.slideexpandable.sample-1.apk

TheAnimatrix commented 10 years ago

You have to import the library too , after you've done it then goto project properties of library and check if it is marked as "is library" and now goto the example activity and goto its properties and add the library . :D