storesafe/cordova-sqlcipher-adapter

cordova-sqlite-storage stuck build android

andaru19 opened this issue · 0 comments

I tried to add a plugin but when I build android there is an error.

MainActivity.java:23: error: package net.sqlcipher.database does not exist
import net.sqlcipher.database.SQLiteDatabase;

MainActivity.java:43: error: cannot find symbol
SQLiteDatabase.loadLibs(this);

install with :

Cordova: 10
Android: 10.0.0

Please help