Android application crashes if proguard is used for obfuscating. Below is the stacktrace.
Caused by: java.lang.IllegalArgumentException: Internal error:
TypeReference constructed without actual type information
at a.b.a.g.b.<init>(TypeReference.java:35)
at a.c.d.q.<init>(StdCouchDbInstance.java:22)
at a.c.d.p.<clinit>(StdCouchDbInstance.java:22)
I am using the EktorpClient
library(To work with the couchdb) and StdCouchDbInstance.java
refers to this file and TypeReference.java
is in this package. Any suggestion as to what option I should use in the Proguard config file to overcome this problem?