Skip to content

A Basic example of using pre built external shared libs (.so) and static libs (.a) libraries in Android

Notifications You must be signed in to change notification settings

get2abhi/HelloWorldExternalLibs

Repository files navigation

HelloWorldExternalLibs

A Basic example of using pre built external shared libs (.so) and static libs (.a) libraries in Android

Build .so in Android Studio by simply Building APK on your JNI project. Once APK is build, you will find the so lib under /app/build/intermediates/cmake/debug/obj/

Similary build an .a static library(read some blogs)

Import them as shown in the commits diff and you are good to go

About

A Basic example of using pre built external shared libs (.so) and static libs (.a) libraries in Android

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published