NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

Plugin with id 'com.google.gms.google-services' not found. #259

Closed blakeyu closed 7 years ago

blakeyu commented 7 years ago

I am using android sdk 23 API, and google play services rev.38, and google repository rev.43.

Got the following errors: AILURE: Build failed with an exception.

BUILD FAILED

I used the same environment to run another app with firebase, it's working fine. not sure what's wrong with this app, I checked and followed the firebase plugin guide for all the setting, Not sure if the app require the android sdk 25 API or not?

Any suggestion?

blakeyu commented 7 years ago

After updated the lastest google play service, and commented out the following code because it's require 10.2.+, it's working with android now.

//project.ext { // googlePlayServicesVersion = "10.0.+" // }