Hi, I'm working on the PayPal integration on android. Everything is good till I run the app. I get this error. "Error inflating class com.paypal.checkout.paymentbutton.PaymentButtonContainer" I believe the problem come in the PaymentButtonContainer xml. I have the latest implementation in the Gradle file. implementation'com.paypal.checkout:android-sdk:0.8.8' Can anyone help me?
... View more