android - Add .so files to gradle project for a jar -



android - Add .so files to gradle project for a jar -

in current gradle based project, i'm using library depends on built .so libraries in armeabi folder in libs.

how can add together .so files project?

thanks

i created new jar .so files in lib folder in it. simpliest way prepare that..

android jar

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -