You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problem when integrate OneSky with my Android project
OneSky {
appId = "YOUR_APP_ID"
apiKey = "YOUR_ANDROID_API_KEY"
resourceDirectoryRelativePath = "app/src/main/res/" // You may change it to point to the correct resource folder
}
YOUR_APP_ID > I'm using the id get Project ID get from OneSky Dashboard. For example : 385611
YOUR_ANDROID_API_KEY > Im using Public Key get from settings
Execution failed for task ':localize'.
> com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 11 path
Im very confusing how to get YOUR_APP_ID, and YOUR_ANDROID_API_KEY where
The text was updated successfully, but these errors were encountered:
Hello,
I'm having problem when integrate OneSky with my Android project
YOUR_APP_ID > I'm using the id get Project ID get from OneSky Dashboard. For example :
385611
YOUR_ANDROID_API_KEY > Im using Public Key get from settings
Here is my config:
When I run
./gradlew localize
it return errorIm very confusing how to get YOUR_APP_ID, and YOUR_ANDROID_API_KEY where
The text was updated successfully, but these errors were encountered: