NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
523 stars 134 forks source link

Bug when linking project against 8.2.0-alpha2, Plugin with id 'com.google.gms.google-services' not found #1691

Closed cjohn001 closed 2 years ago

cjohn001 commented 2 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Describe the bug When trying to build my app against the new android runtime 8.2.0 I get the following build error:

Script '/Users/cjohn/Entwicklung/MND/my-nutri-diary/mnd/node_modules/@nativescript/firebase/platforms/android/include.gradle' line: 96 A problem occurred evaluating script. Plugin with id 'com.google.gms.google-services' not found.

Seems like a package is missing in the new runtime?

farfromrefug commented 2 years ago

It is almost surely because the firebase plugin is not compatible with gradle 7.x No direct issue in the runtime i think

cjohn001 commented 2 years ago

@farfromrefug : So this means I will not be able to use the plugin with the new runtime?

triniwiz commented 2 years ago

@cjohn001 one of the reasons to use the newer version

cjohn001 commented 2 years ago

@triniwiz : Well, I need the new mlkit to get things going. Unfortunately, I have not got things running so far. As I am experiencing issues with the debugger on Android, my hope was the new runtime might resolve it. But seems I have to wait then till mlkit is ready. Thanks for the update. So in case there is no workaround possible, we could close the issue.

cjohn001 commented 2 years ago

I close it now as firebase is outdated. Got mlkit running with some a minor issue left