I am developing and android app which uses couch db.I am new to couch DB.I have set up a couch server locally as given in this manual (http://docs.couchbase.com/couchbase-manual-2.5/cb-install/) and add a document on database using web console ,but I am not able to pull or push the contents from Emulator to couch server.
This is the URL from which I am pulling or pushing locally
http://10.0.2.2:5984/_utils/database.html?testDB
Can anyone please tell me what is that how I will be able to push a document on a databse created on server.