arielhernandezmusa / capacitor-biometric-auth

34 stars 22 forks source link

Android: Error inflating class android.support.design.widget.CoordinatorLayout #9

Closed richardkshergold closed 4 years ago

richardkshergold commented 4 years ago

I get the above error when I add this plugin to my project and try to run on an Android device and the app immediately crashes.

Very new to capacitor so I can't add much more than that - sorry!

iwantwin commented 4 years ago

Had the same problem on my own project, and solved it by changing the bridage_layout_main.xml for androidx support. Created a pull request for my my solution, hope it get's merged to fix this issue for you as well.

larsvankleef commented 4 years ago

Would be nice if this pull request got merged I’m try this plugin out but bummed into this error.