Can't Proguard
Closed this issue · 3 comments
kasim1011 commented
on generating Release APK
I get warning message
Warning:com.codinguser.android.contactpicker.ContactsListFragment: can't find referenced field 'int action_search' in program class com.codinguser.android.contactpicker.R$id
Warning:com.codinguser.android.contactpicker.ContactsListFragment: can't find referenced field 'int action_add_contact' in program class com.codinguser.android.contactpicker.R$id
kasim1011 commented
In my case I've done with
-dontwarn com.codinguser.android.contactpicker.**
codinguser commented
I should probably put that in the README somewhere. Might solve some issues people are having with classes not found.
thanks
kasim1011 commented
you're welcome. 👍