1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

"java.lang.NoClassDefFoundError: com.google.android.gms.gcm.GoogleCloudMessaging" を解決する

Last updated at Posted at 2014-12-21

問題

Google Play Services の機能を使用するプラグインを書いて実機で動かしたとき上記のエラーが発生してアプリが落ちる。

解決

Android SDK の中に含まれる Google Play Services 関連の jar ファイルを Asset/Plugins/Android フォルダの中に格納しておく。

具体的な場所は

{Android SDK インストール先}/sdk/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?