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
I'm try to compile and use sample code. I've added google_play_service_lib and
it compile and run, but if i try to send a push notification it crashes.
On logcat i see:
ava.lang.RuntimeException: Unable to instantiate receiver
com.google.android.gcm.demo.app.GcmBroadcastReceiver:
java.lang.ClassNotFoundException: Didn't find class
"com.google.android.gcm.demo.app.GcmBroadcastReceiver" on path:
DexPathList[[zip file
"/data/app/com.google.android.gcm.demo.app-2.apk"],nativeLibraryDirectories=[/da
ta/app-lib/com.google.android.gcm.demo.app-2, /vendor/lib, /system/lib]]
.......
.......
Caused by: java.lang.ClassNotFoundException: Didn't find class
"com.google.android.gcm.demo.app.GcmBroadcastReceiver" on path:
DexPathList[[zip file
"/data/app/com.google.android.gcm.demo.app-2.apk"],nativeLibraryDirectories=[/da
ta/app-lib/com.google.android.gcm.demo.app-2, /vendor/lib, /system/lib]]
I've this error also with my app. Where are my errors?
Regards
Original issue reported on code.google.com by [email protected] on 28 Jan 2014 at 11:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2014 at 11:23The text was updated successfully, but these errors were encountered: