If I am working with library project, where should the couchbase files be placed? in the library project or application project or anywhere? (coucbase files are the files mentioned in the “Installing Couchbase into your Application” section here)
Thanks.
Case 1: Install the couchbase in the library project and add the
Couchbase Servicein the application project manifest file. I got the following error.V/ErlangThread(12394): {"init terminating in do_boot",{'cannot get bootfile','/data/data/com.allogy.dpmarketplace/erlang/bin/start.boot'}}Case 2: Install the couchbase in the application project and add the
OptErlang.jarandCouchbase.jarto the library project and use the couchbase services in the library project. This works.From whatever I have seen, the couchbase service can be installed in the application project Only and not the library project.