I have an apklib which includes 3 architecture lib: armeabi/lib.so armeabi-v7a/lib.so x86/lib.so
I m using this apklib as a dependency for other apk and/or apklib projects, but when building with maven-android-plugin my project just contain one architecture lib.
This has been reported on: maven-android-plugin
I m trying to find out a work around for having all architecture libs provided by my apklib dependency added to my apk final project.