0

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?

Mike Laren
  • 8,028
  • 17
  • 51
  • 70
Droid_Dev
  • 1,162
  • 1
  • 8
  • 25
  • May you provide your logs when connect to mobile device? Which version of Android are you using and any chance of providing some replication code? How big are the documents you pulling down to the device(s) ? – sweetiewill Jun 18 '15 at 13:27

1 Answers1

0

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.

sweetiewill
  • 570
  • 2
  • 10