Query net.sqlcipher.database.SQLiteException: no such function: FLOOR:

Hi,
first of all Thanks for this library, now i am facing a problem which related to extension function in sqlite, i am not able to load extension “libsqlitefunctions” because of that sql cipher giving me error
error = Query net.sqlcipher.database.SQLiteException: no such function: FLOOR:

Floor is function in my query , which was working fine in android sqlite , i am strugggling with this form 2 days please help.

Thanks