在Apache Cordova App中使用SQLCipher

时间:2014-09-09 10:31:31

标签: android sqlite cordova sqlcipher

我决定在一个cordova android应用程序中使用SQLCipher,以便加密我的sqlite dtabase。要使用它,请按照此处的说明操作:https://github.com/sqlcipher/android-database-sqlcipher/blob/master/README.org

我在这里失败了:

  

更新android.database.sqlite。*的导入路径   net.sqlcipher.database。*在任何引用它的源文件中。该   原始的android.database.Cursor仍可以不加改变地使用。

如上所述,添加构建路径并替换对importpath的所有引用后,cordova -d build失败。

Error: /opt/lampp/htdocs/myapp/platforms/android/cordova/build: Command failed with exit code 2
at ChildProcess.whenDone (/usr/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:755:16)
at Process.ChildProcess._handle.onexit (child_process.js:822:5)

我该怎么办?

0 个答案:

没有答案