Question

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.

Was it helpful?

Solution 2

Case 1: Install the couchbase in the library project and add the Couchbase Service in 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.jar and Couchbase.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.

OTHER TIPS

It's pretty clear from the instructions. These files have to be place in your "top-level folder" of your project.

That means, the root folder of your project,i.e, directly inside your project folder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top