Skip to content

Google Login Failed #2

@btremote999

Description

@btremote999

I found the google login failed due to missing the "gpsoauth.properties" inside the project

try (final InputStream stream = this.getClass().getClassLoader().getResourceAsStream("gpsoauth.properties")) {

my solution is add the file into Res.Raw folder
gpsoauth.txt rename it as gpsoauth.properties.

and add additional parameter for input stream using context.getResources().openRawResource(R.raw.gpsoauth)

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