Could not find a compatible version for com.google.android.gms: play-services-plus: +

Trying to integrate login with google plus in my ion project using the cordova-plugin-googleplus plugin from EddyVerbruggen. Without the plugin installed, the project builds fine, but as soon as I install the building plugin it crashes and I get this error:

FAILURE: build failed with exception.

STRICTLY MALFUNCTIONAL

Any ideas what might cause the problem?

+4
source share
2 answers

I finally figured out how to fix it. In your Android SDK manager, you need to install the following: (In the "Advanced" folder):

  • Android Support Repository
  • Android Support Library
  • Google Play Services
  • Google Store

I installed them and it worked for me.

enter image description here

josschne https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/77 , , , .

+7

, , 2016 .

enter image description here

Android , Android, Google Play Google Repository, . , USB Google.

: Android Studio Cordova Tools Visual Studio, sdk, Visual Studio sdk, Cordova.

, !

0

Source: https://habr.com/ru/post/1624443/


All Articles