Skip to content

Can't compile? #2

Open
Open
@Sternbach-Software

Description

@Sternbach-Software

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)

  1. Was first having some issues with the NDK (which, by the way: why was it even necessary?),
  2. and then an issue in the mock flavor with ACCESS_TOKEN - not sure what that was, so just surrounded that in quotes,
  3. then had issues with signingConfigs{} and the lack of a file called release.properties
  4. 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.
  5. then had to create gradle.properties and add "android.useAndroidX=true"
  6. 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)
  7. 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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions