Jude95 / EasyRecyclerView

ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView
2.03k stars 459 forks source link

Null pointer exception when progurding the app #84

Open marcel125 opened 8 years ago

marcel125 commented 8 years ago

After proguard, recycler view occurred null pointer exception.

connonfodder commented 7 years ago

try -dontwarn com.jude.easyrecyclerview. -keep class com.jude.easyrecyclerview. { *; }

Jude95 commented 7 years ago

This library doesn't need proguard config.you should find out what cause null pointer exception.