I am facing this error while building a React Nati...
# community-support
d
I am facing this error while building a React Native APK. What went wrong: Execution failed for task 'appconfigureCMakeRelWithDebInfo[x86]'.
com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
v
Well, somewhere something is trying to read an invalid json file. More cannot be deducted from your minimal error excerpt, besides that it must likely is not a Gradle issue. Please provide the full error, optimally as build
--scan
URL.