Android Studio未使用的import-com.google.android.gcm.GCMBaseIntentService;

时间:2015-04-01 05:47:51

标签: android android-studio

刚才我开始使用Android工作室,我从我的eclipse工作区导入了一个应用程序到android studio。试图运行应用程序时出现了问题。错误未使用import-import com.google.android.gcm.GCMBaseIntentService; 我搜索过互联网,无法找到一个好的解决方案。请帮助。

1 个答案:

答案 0 :(得分:2)

是的,不推荐使用GCMBaseIntentService。您需要使用GoogleCloudMessaging API。请参阅以下链接以获取API的实现:

http://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html