我有Android SDK 19的应用程序,它是为使用C2DM而编写的。我需要将其迁移到GCM。我遇到了下一个问题:
- 实际上没有/ extras / google / google_play_services / libproject / google-play-services_lib /文件夹。据我所知here,它被Google Repository库取代并分成不同的部分
- GCM位于过时的库Google Cloud Messaging
中
- 我有一些google-play-services_lib(从某处下载android:versionCode =“3265130”android:versionName =“3.2.65(834000-30)”uses-sdk android:minSdkVersion =“8”)但是当我尝试将此库导入我收到的项目java.lang.ClassNotFoundException error after build on TeamCity side
醇>
问题是:
- 如果我将这个旧的lib包含在我的项目中,是否有可能在新的Android操作系统下使用旧的google-play-services_lib?
- 是否有可能通过使用旧的google-play-services_lib来使用GCM?
- 导入google-play-services_lib我错误了什么?
醇>