Open
Description
I want to try adding support for using the JSON file that users can download in settings of their lifetime progress (so those like me without premium can still do statistics of their own on their lifetime data). Except, I can't even build the app! I have literally been trying for hours! (it is 1 AM)
- Was first having some issues with the NDK (which, by the way: why was it even necessary?),
- and then an issue in the mock flavor with ACCESS_TOKEN - not sure what that was, so just surrounded that in quotes,
- then had issues with signingConfigs{} and the lack of a file called release.properties
- then had issues with Google Services Plugin:
Caused by: org.gradle.api.GradleException: File google-services.json is missing. The Google Services Plugin cannot function without it.
- then had to create gradle.properties and add "android.useAndroidX=true"
- then had duplicate class issues (not even sure where this came from):
Caused by: java.lang.RuntimeException: Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.3.2-runtime (androidx.core:core:1.3.2) and support-compat-26.1.0-runtime (com.android.support:support-compat:26.1.0)
- then I had issues with KAPT:
Execution failed for task ':app:kaptDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
> java.lang.reflect.InvocationTargetException (no error message)
Why did you even make it open source?
Metadata
Metadata
Assignees
Labels
No labels
Activity