我正在尝试使用Google Plus - Ionic-native
.我已经完成了所有操作,例如添加插件+ ionic-native + reverseClientId。
但是当我尝试使用ionic cordova build android --prod
构建apk
时,我收到错误:
找不到 play-services-auth.aar (com.google.android.gms:play-services-auth:11.8.0(
适用于安卓平台 在config.xml
: 您需要添加反向客户端 ID 和 Web 应用程序 ID,如下所示:
<plugin name="cordova-plugin-googleplus" spec="^5.2.1">
<variable name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.588101161325-dsfgdfgergregergergg4ha72kbfn1l0" />
<variable name="WEB_APPLICATION_CLIENT_ID" value="588101161325-f3p5ufdgsdfgsdfgsdfgdfgsdfgdfgfgg.apps.googleusercontent.com" />
</plugin>