I had GCM in my App. After an update of the Android SDK Tools my App crashed. I'll get this error:
E/AndroidRuntime(24175): java.lang.NoClassDefFoundError: com.google.android.gcm.GCMRegistrar
I searched for fixes, I proceed thinks like;
- Import .jar file manually
- Add .jar to build path
- etc.
Who has the fix for this? Thanks!