We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
System.loadLibrary("lmdbjni"); // use a writable directory android.content.Context ctx = getApplicationContext(); File dir = ctx.getFilesDir(); Env env = new Env(); env.open(dir.getAbsolutePath()); Database db = env.openDatabase();