have a button that when i press is finishing the Activity,but the thing going wrong an i am getting this exception:
java.lang.IllegalStateException: "Could not find a method false(View) in the activity class
what could be the reason of this exception?
Thanks for Helping
Looks like you are declaring an
android:onClicklistener in your layout xml file, but that method cannot be called.Make sure that your method (which is appearently called
false):ActivityclasspublicView