【发布时间】:2015-04-10 13:55:41
【问题描述】:
我已经包含以下行以将所有文件保留在包中。
-keep class com.fasterxml.** { *; }
我收到以下异常。
Caused by: java.lang.IllegalArgumentException: Internal error: TypeReference constructed without actual type information
at com.fasterxml.jackson.core.type.TypeReference.<init>(SourceFile:36)
【问题讨论】: