storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

cordova-sqlite-storage stuck build android #998

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