Thank you for reporting this.
B4XDaisyUIKit currently includes Facebook Yoga 3.2.1, which provides libyoga.so.
If Google Play is reporting that libyoga.so does not meet the new 16 KB page alignment requirement, then the native Yoga library will need to be rebuilt or replaced with a newer version that is compiled for 16 KB page alignment.
I'll investigate updating the bundled Yoga library in a future release.
If you are not using any
Yoga Classes in your project, in the meantime, kindly comment these lines out.
#AdditionalJar: yoga-3.2.1-release.aar
#AdditionalJar: soloader-0.10.5.aar
#AdditionalJar: nativeloader-0.10.5.jar
These are the yoga classes inside the b4xlib, you can just remove them from the zip file
This below is what the YogaLayout seeks to address. However in the kit demo I have not done any example that uses these classes as yet.
Hi Fam With the B4XDaisyUIKit, I have been faced with most code following and flex and grid layout placement, no left, top, bottom co-ordinates. Research led me to Meta Yoga, a layout engine used by Meta for React-Native. If ever you have ever come across react & react-native, you will soon...
www.b4x.com
Thanks for your confidence in our tools and I hope and wish you the best with your B4X Applications.
Kind Regards
Mashy
PS: Please note that the B4XDaisyUIKit is not yet ready for production use (as indicated in V0.70) as there is still a lot of work to do to optimize it and clear out some bugs.