错误
can not find symbol class Builder
我还导入了文件:com.google.android.gms.plus.PlusClient
这一行出错
mPlusClient = new PlusClient.Builder(this,this,this).setScopes(Scopes.PLUS_LOGIN,Scopes.PLUS_ME).build();
这是从模板自动生成的文件.可能是这个错误的原因?
编辑
我正在使用android studio
minSdkVersion 11
targetSdkVersion 21
compile 'com.google.android.gms:play-services:6.1.71'
依赖于毕业文件.