Search code examples
androidberkeley-db

Berkeley DB android version download


I have been looking for android version of Berkeley DB i have downloaded version 6.4.25 but cannot find the android version. Can anyone tell me where to find it, beside oracle has been saying that Berkeley is supported on android. https://blogs.oracle.com/berkeleydb/entry/berkeley_db_and_mobile_now


Solution

  • First you should download .tar.gz Berkeley DB version. After that you have to migrate you DB. Here is instructions.

    After that, you have to build the Android JDBC driver using the DB version that you have downloaded. Here is documented all the process and an example of how you could use it.