Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 64903 invoked from network); 3 Feb 2011 02:26:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 02:26:19 -0000 Received: (qmail 38137 invoked by uid 500); 3 Feb 2011 02:26:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 38095 invoked by uid 500); 3 Feb 2011 02:26:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 38088 invoked by uid 500); 3 Feb 2011 02:26:19 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 38085 invoked by uid 99); 3 Feb 2011 02:26:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 02:26:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 02:26:17 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 17763682; Thu, 3 Feb 2011 02:25:49 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 03 Feb 2011 02:25:48 -0000 Message-ID: <20110203022548.19803.284@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Installing=5Fon=5FAndroid=22_by?= =?utf-8?q?_MattAdams?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Installing_on_Android" page has been changed by MattAdams. http://wiki.apache.org/couchdb/Installing_on_Android?action=3Ddiff&rev1=3D1= 8&rev2=3D19 -------------------------------------------------- = * As alluded to below, I was unable to get Couch to agree to link with t= he static Spidermonkey library. This is due to the fact that C++ support i= n 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 se= parate file ({{{libmozjs.so}}}) and thus one less thing to go wrong (there = are several workarounds below & in related patches for the fact that we nee= d to worry about dynamic linking with regards to the default couch query se= rver, {{{couchjs}}}). = - * Pay close attention to the instructions. You will need to replace {{{= com.your.namespace}}} with something appropriate for your project through t= he 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 pa= ckaging 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 t= he 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 pa= ckaging steps to install it in somewhere other than''' {{{/sdcard/couch}}} = '''and use a port other than''' {{{5984}}} '''to avoid clobbering the offic= ial builds'''. = =3D=3D Credits =3D=3D =20