You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: