hello everybody. after a few tries i manage to build and run for android. generaring the .aar and successfully importing it into my project. my question now is if it's possible to build for multiple architectures. i have my ANDROID_ABI set to x86_64. i run compile.sh and it works. after that i change it to armeabi-v7a but it removes the previously generated .so files.
thanks in advance.