我正在尝试向我的Android应用程序添加推送通知,我找到了this tutorial on the topic。
但是,即使我将GoogleCoundMessaging
添加到我的项目中,eclipse也无法识别google_play_service_lib
。
答案 0 :(得分:0)
我已解决了我的问题。
*我添加了" google_play service.jar"我的项目" libs"文件夹并将其添加到项目构建路径。
*然后eclipse认识到" GoogleCloudMessaging"
*但是当尝试获取GCM RegID时应用程序停止工作。
*我没有调试就运行我的应用程序。所有问题都解决了