This is because Proguard would modifies the enums' constant names and Gson would throw NoSuchFieldException when deserializing enum constants from JSON data ...
確定! 回上一頁