Tag Archives: libs

Android Gradle, add native .so dependencies

Background A few months ago, I wrote a Key-Value database for Android called SnappyDB based on Google’s LevelDB. Since it uses native C++ code, the generated bundle contains (.so) binaries libs, along with Jars. Distribution via Maven repo is not a … Continue reading

Posted in Android | Tagged , , , , , , , , , , | 5 Comments