I cannot get easy ar SDK to build an app correctly when building aab (my client requires aab since the app gets too big). When building the app in aab mode easyar seems to not include the required libraries for x86_64 devices.
My project contains a newly imported version of the 3.0.1 sdk, and the android native libraries there are arm64-v8a (directory), armeabi-v7a (directory) and a EasyAR (jar file).
The offending device installs the arm64-v8a libEasyAR.so and the other arm64-v8a libraries. When compiling the project in aab, this device doesn't get the libEasyAR.so library some times, resulting in a black screen. Also, some times, instead of failing to find the library, the app reports an invalid key.
If you guys need more information in order to reproduce the issue, please contact me at my user email.