MalformedJsonException:Use JsonReader.setLenient(true) to accept malformed JSON at line 3 colum

Reason: gradle version 3.5.0 is not compatible with gson

Solution: change the classpatch in buid.gradle file to version 3.4.2

Read More: