What went wrong:
A problem occurred evaluating script.
Plugin with id 'com.google.gms.google-services' not found.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
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?
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.
Where: Script '/Users/xxxx/Documents/gitworkspace/nativescript/nativescript-marketplace-demo/platforms/android/configuration s/nativescript-plugin-firebase/include.gradle' line: 45
What went wrong: A problem occurred evaluating script.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
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?