Page 1 of 1

Build for multitple architectures

Posted: 12 Feb 2018 04:20
by machine666
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.

Re: Build for multitple architectures

Posted: 19 Feb 2018 08:27
by heltech
Hello, I am also interested in this issue