Re: [android-developers] Proguard and onClick attribute

2011-05-01 Thread a a
2011/5/2 Ted Hopp : > For every new project, I always have to add the following lines to > proguard.cfg: > >    -keepclassmembers class * extends android.app.Activity { >       public void *(android.view.View); >    } > > Otherwise the onClick methods disappear when I publish the app. Is why? > t

[android-developers] Proguard and onClick attribute

2011-05-01 Thread Ted Hopp
For every new project, I always have to add the following lines to proguard.cfg: -keepclassmembers class * extends android.app.Activity { public void *(android.view.View); } Otherwise the onClick methods disappear when I publish the app. Is there a way for us to change the default