Issue with Implementing couch base database encryption

I am trying to implement encryption in my application. I did all the steps specified in the tutorials. Added dependency for SQLCipher as well. But still while creating data base I am getting ERROR 501 i.e. Encryption is not supported (that is, the app was linked with SQLite instead of SQLCipher).

SQLCipher is working fine without couch base DB.

Which platform? .NET Java or Objective-C?

It’s a android app…