1. 程式人生 > >Greendao異常,無法初始化Config init

Greendao異常,無法初始化Config init

這個是程式碼混淆的問題,到時Greendao找不到這個類,所以需要在proguard-rules加上

-keep class org.greenrobot.greendao.**{*;}
-keepclassmembers class * extends org.greenrobot.greendao.AbstractDao {
public static java.lang.String TABLENAME;
}
-keep class **$Properties