Skip to content
This repository was archived by the owner on Jul 4, 2026. It is now read-only.
This repository was archived by the owner on Jul 4, 2026. It is now read-only.

Error Compiling Android : processDebugGoogleServices #10

Description

@homarox

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions