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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -