Android : Google 云消息错误
Android : Google Cloud Messaging Error
我正在学习教程,我已经提取了 google gms git 存储库。
我在导入
时遇到错误 "cannot resolve symbol android"
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.gcm.GoogleCloudMessaging;
我已经更新了 google 播放服务。这是我的 gradle -
...
compile 'com.google.android.gms:play-services-gcm:8.4.0'
}
我哪里错了??
试试这个代码。步骤非常简单。
希望对你有用。
检查基础包并确保 gradle 已更新
我正在学习教程,我已经提取了 google gms git 存储库。 我在导入
时遇到错误 "cannot resolve symbol android"import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.gcm.GoogleCloudMessaging;
我已经更新了 google 播放服务。这是我的 gradle -
...
compile 'com.google.android.gms:play-services-gcm:8.4.0'
}
我哪里错了??
试试这个代码。步骤非常简单。
希望对你有用。
检查基础包并确保 gradle 已更新