I’m struggling on a problem on my new Android C2DM test project: Android Engine Connected Android Project. The problem is:
At LogCat: 04-04 19:35:09.414: E/AndroidRuntime(320): java.lang.NoClassDefFoundError: com.google.android.c2dm.C2DMessaging
Location at debug window: InvocationTargetException.class InvocationTargetException.(Thrownable) Line 50
Exception: NoClassDefFoundError
Really appreciate your inputs.
The problem is that the latest ADT doesn't allow libraries (.jar) in any other folder except "libs" so please rename the folder from "lib" to "libs" and then add the existing three libraries (.jar) again.