I'm using Couchbase Lite DB to fetch data from a Couchbase server. In the Android Emulator it's working fine but in Android devices (Mobiles) it's showing a timeout exception and indeed is taking too much time.
Ideas?
I'm using Couchbase Lite DB to fetch data from a Couchbase server. In the Android Emulator it's working fine but in Android devices (Mobiles) it's showing a timeout exception and indeed is taking too much time.
Ideas?
For your replication code, can also take a look at the Replication Guide to verify where the potential issue may be but sometimes it can easily be a network connectivity problem too.