1

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]
CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
Richa
  • 3,165
  • 1
  • 22
  • 26

1 Answers1

0

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

benkdev
  • 673
  • 2
  • 16
  • 32