When running Proguard on your jar-file it is important to configure it to keep click listeners that you use from your layout xml.
# keep methods accessed from xml/android:onClick -keepclassmembers class *{ public void *(android.view.View);~
More on Proguard.
More on click listeners from layout xml.
~
Thanks, just what I needed.
ReplyDeleteThis helped, thanks!
ReplyDeleteclever - thanks a bunch!
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete