我尝试像本教程
一样在我的 android 应用程序中创建连接 google+,
但我被困在这里
mGoogleApiClient = new GoogleApiClient.Builder(this)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.addApi(Plus.API, null)
.addScope(Plus.SCOPE_PLUS_LOGIN)
.build();
错误:com.google.android.gms.plus.plus 无法解决
Android Studio 版本:0.4.6 操作系统版本:Windows 7 Ultimate 64 bits
我像这样集成了谷歌播放服务