I'm trying to follow this guide to build a binding library based off an AAR. I've added the .aar under the Jars folder in a new Java Bindings Library project. I set the build action to LibraryProjectZip. When I try to build I get errors telling me The type or namespace name 'BasicWebViewClient' does not exist'
, however, this file is in the original project. When I browse the .aar, it's not there. Anyone know why the class wouldn't be included?
Thanks