Cordova couchbase-lite v1.1.0 not working on android

When I to sync documents from Cloudant account to local database I know that the documents have replicated but when I try query the database the following error is shown:

"E/View﹕ Error emitting
    com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class org.mozilla.javascript.Undefined and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) )"

E/View﹕ Error emitting
com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class org.mozilla.javascript.Undefined and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) )

Did you solved your issue ? I am also facing it.