Guardsquare/proguard

Caused by: java.lang.ClassNotFoundException: proguard.optimize.gson._OptimizedJsonWriter

SudoDios opened this issue · 1 comments

How to fix it ?
Caused by: java.lang.ClassNotFoundException: proguard.optimize.gson._OptimizedJsonWriter

Hi @SudoDios ,

As a workaround, you can try disabling the GSON optimization with -optimizations !library/gson to see if that helps (see the manual https://www.guardsquare.com/manual/configuration/optimizations )

For investigating and fixing the issue, it would be useful to have a reproducible sample.