Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have issue with NoClassDefinitionfound, while running com.commonsware.cwac.wakeful.demo from https://github.com/commonsguy/cwac-wakeful, Its not getting the Launcher activity DemoActivity. Note , I have integrate library for the same from above link. Please help me,Thanks.

07-09 17:20:30.994: E/AndroidRuntime(3107): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.commonsware.cwac.wakeful.demo/com.commonsware.cwac.wakeful.demo.DemoActivity}: java.lang.ClassNotFoundException: com.commonsware.cwac.wakeful.demo.DemoActivity in loader dalvik.system.PathClassLoader[/data/app/com.commonsware.cwac.wakeful.demo-2.apk]
share|improve this question
i havent added jar,its a library and i have already added in build path... :P – Richa Jul 9 '12 at 11:41
i haven't change a single word from project which is given for sample. – Richa Jul 9 '12 at 11:43
k you want us to go and explore that for you? – Akram Jul 9 '12 at 11:46
if u have time go for it... – Richa Jul 9 '12 at 11:47
1  
@K_Anas if u have time go and go and explore that this is his comment. – Akram Jul 9 '12 at 11:52
show 6 more comments

2 Answers

I had this problem after updating adb. My external jars were in a directory called "lib" instead of "libs."

share|improve this answer

Unfortunately I have the exact same behavior out of both the Demo and Demo2 projects. I also have the exact same behavior when I attempt to implement my own classes with WakefulIntentService.

01-17 12:26:56.613: E/AndroidRuntime(489): java.lang.NoClassDefFoundError: com.commonsware.cwac.wakeful.demo.AppListener
01-17 12:26:56.613: E/AndroidRuntime(489):  at com.commonsware.cwac.wakeful.demo.DemoActivity.onCreate(DemoActivity.java:27)
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.