-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels