java.lang.IllegalAccessError: tried to access method

java.lang.IllegalAccessException: access to method denied
06-23 16:12:39.128 1253-1253/com.hbjyjt.oa.activity W/System.err:     at java.lang.reflect.Method.invokeNative(Native Method)
06-23 16:12:39.128 1253-1253/com.hbjyjt.oa.activity W/System.err:     at java.lang.reflect.Method.invoke(Method.java:515)
06-23 16:12:39.128 1253-1253/com.hbjyjt.oa.activity W/System.err:     at net.tsz.afinal.annotation.view.EventListener.invokeClickMethod(EventListener.java:109)
06-23 16:12:39.128 1253-1253/com.hbjyjt.oa.activity W/System.err:     at net.tsz.afinal.annotation.view.EventListener.onClick(EventListener.java:99)

使用afinal框架点击事件里面

    @ViewInject(onClick") TextView tvSearchAdvanced;
public void onClick(View v) //注意,这里的onClick方法,需要是public的
百度链接:https://zhidao.baidu.com/question/545812904.html