Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Installing_on_Android" page has been changed by MattAdams.
http://wiki.apache.org/couchdb/Installing_on_Android?action=diff&rev1=18&rev2=19

--------------------------------------------------

  
   * As alluded to below, I was unable to get Couch to agree to link with the 
static Spidermonkey library.  This is due to the fact that C++ support in more 
recent official releases of the Google SDK/NDK is lacking.  It would be 
preferable to link statically because it would remove the need for a separate 
file ({{{libmozjs.so}}}) and thus one less thing to go wrong (there are several 
workarounds below & in related patches for the fact that we need to worry about 
dynamic linking with regards to the default couch query server, {{{couchjs}}}).
  
-  * Pay close attention to the instructions.  You will need to replace 
{{{com.your.namespace}}} with something appropriate for your project through 
the instructions below and in the related patches.  Also, '''if you are not 
producing an official build of Couch, be sure to configure Couch and the 
packaging steps to install it in somewhere other than''' {{{/sdcard/couch}}} 
'''to avoid clobbering the official builds'''.
+  * Pay close attention to the instructions.  You will need to replace 
{{{com.your.namespace}}} with something appropriate for your project through 
the instructions below and in the related patches.  Also, '''if you are not 
producing an official build of Couch, be sure to configure Couch and the 
packaging steps to install it in somewhere other than''' {{{/sdcard/couch}}} 
'''and use a port other than''' {{{5984}}} '''to avoid clobbering the official 
builds'''.
  
  == Credits ==
  

Reply via email to