Can't Build Project, Gradle Output Tells Use Jsonreader.setlenient(true) To Accept Malformed Json At Line 1 Column 1 Path $
I've just opened my project and I couldn't build it. Here is my Gradle console output: 18:12:07.274 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 18:12:07.274 [
Solution 1:
What JSON file is giving the error? The file might have been corrupted.
If it is the JSON file provided by Firebase or Crashlytics or some other library, you can re-download and replace the file after cleaning your project..
Post a Comment for "Can't Build Project, Gradle Output Tells Use Jsonreader.setlenient(true) To Accept Malformed Json At Line 1 Column 1 Path $"