如何解决java.lang.NoClassFoundError:com.google.android.gms.gcm.GoogleCloudMessaging

时间:2014-12-03 14:16:10

标签: android google-play-services google-cloud-messaging

我正在开发一个Android应用程序。

我想使用Google Cloud Messaging。我正确地将google-play-services导入我的项目。

我可以正确编译我的项目,但在运行我的项目时遇到以下错误。

java.lang.NoClassFoundError: com.google.android.gms.gcm.GoogleCloudMessaging

我的代码的以下部分导致上述错误。

GoogleCloudMessaging gcm = GoogleCloudMessaging.getInstance(this);

我在StackOverflow中尝试了类似问题的答案,但是,我仍然无法解决我的问题。

java.lang.NoClassDefFoundError: com.google.android.gms.gcm.GoogleCloudMessaging java.lang.NoClassDefFoundError: com.google.android.gms.gcm.GoogleCloudMessaging after ADT update

你能告诉我如何解决这个问题吗?

0 个答案:

没有答案