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
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