I am integrating PayU Payment gateway in My Xamarin forms application. So I have converted all the given Libraries using Xamarin Binding Libs. I am getting this erron when click on pay Button
Java.Lang.RuntimeException: 'Unable to start activity ComponentInfo{com.optimiserfood.bakers_lounge/com.payu.custombrowser.CBActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.'
However I have seen that CBActivity Using AppCompatActivity on decomplinig the library. it is also works fine with android studio.