WEB开发网
开发学院手机开发Android 开发 android 混淆代码gson数据nullpointerexception 阅读

android 混淆代码gson数据nullpointerexception

 2012-10-17 13:24:45 来源:WEB开发网   
核心提示: 在proguard中添加##---Begin: proguard configuration for Gson -- # Gson uses generic type information stored in a class file when working with fields. Proguard # re

 在proguard中添加
##---------------Begin: proguard configuration for Gson ----------
# Gson uses generic type information stored in a class file when working with fields. Proguard
# removes such information by default, so configure it to keep all of it.
-keepattributes Signature
# Gson specific classes
-keep class sun.misc.Unsafe { *; }
#-keep class com.google.gson.stream.** { *; }
# Application classes that will be serialized/deserialized over Gson
-keep class com.google.gson.examples.android.model.** { *; }
##---------------End: proguard configuration for Gson ----------

Tags:android 混淆 代码

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接