yalcin-ata/godot-android-module-firebase

Missing string

kristijandraca opened this issue · 0 comments

When I try to build apk, this error occurs.

Task :compileDebugJavaWithJavac FAILED
Extending the JavaCompile task has been deprecated. This is scheduled to be removed in Gradle 7.0. Configure the task instead.
C:\workspace\balls-n-bricks-android\android\godot-android-module-firebase\src\org\godotengine\godot\AuthenticationGoogle.java:66: error: cannot find symbol
.requestIdToken(activity.getString(R.string.default_web_client_id))
^
symbol: variable default_web_client_id
location: class string
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

FAILURE: Build failed with an exception.