storesafe / cordova-sqlcipher-adapter

A Cordova/PhoneGap plugin to create and access encrypted databases on Android, iOS, and Windows with API similar to HTML5/Web SQL API
Other
89 stars 55 forks source link

cordova-sqlite-storage stuck build android #115

Open andaru19 opened 2 years ago

andaru19 commented 2 years ago

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