PLUS 无法在 Google 播放服务中定义
PLUS can't define in Google play service
以下错误显示我编译库文件也显示错误我使用编译'com.google.android.gms:play-services-auth:8.3.0'
帮助我,我是新来的 android
在你的build.gradle中你应该添加
compile 'com.google.android.gms:play-services-plus:8.3.0'
那么你应该 运行 一个 Gradle 构建然后你就可以将 Plus 导入你的 class
以下错误显示我编译库文件也显示错误我使用编译'com.google.android.gms:play-services-auth:8.3.0'
帮助我,我是新来的 android
在你的build.gradle中你应该添加
compile 'com.google.android.gms:play-services-plus:8.3.0'
那么你应该 运行 一个 Gradle 构建然后你就可以将 Plus 导入你的 class