-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Godot Version: latest
ERROR:
Task :compileDebugJavaWithJavac FAILED
{}/godot/modules/GodotGoogleService/frogutils/Utils.java:67: error: cannot find symbol
return KeyValueStorage.getValue(p_key);
^
symbol: variable KeyValueStorage
location: class Utils
{}/godot/modules/GodotGoogleService/frogutils/Utils.java:71: error: cannot find symbol
KeyValueStorage.setValue(p_key, p_value);
^
symbol: variable KeyValueStorage
location: class Utils
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
STEPS:
1/ Download and copy to godot/modules/ and modifile config.py
2/ Download google-services.json as this tutorial (url #5), and copy to godot/platform/android/java/
3/ Recompile
Metadata
Metadata
Assignees
Labels
No labels