I was wondering if it\'s possible to package my native .so files into my .aar file? If so, where would the .so files go and are there any references that I can read in regar
jni//libexample.so
doesn't work.
It should be src/main/jniLibs//libexample.so
src/main/jniLibs//libexample.so
http://www.codepool.biz/build-so-aar-android-studio.html