Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32A0B9DDC for ; Mon, 12 Mar 2012 04:32:30 +0000 (UTC) Received: (qmail 53885 invoked by uid 500); 12 Mar 2012 04:32:30 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 53630 invoked by uid 500); 12 Mar 2012 04:32:26 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 53602 invoked by uid 99); 12 Mar 2012 04:32:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 04:32:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marlin.mixon@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 04:32:17 +0000 Received: by bkcjg15 with SMTP id jg15so2474347bkc.6 for ; Sun, 11 Mar 2012 21:31:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=k6GsL2sZ01ExWzYFxvj5gtUJtbHIjiww6SS0ArtpLnA=; b=MYtX7UmZKGSBBoFP40cwra80IXBb5zebizJHNByrycofMfPxfkx/ww6YCTQ2HqFzmc DDCcT2vod0QVUbUzx2Uci0u1niWZ7KfmWYmNPLCydZoxRKhJ0jk5sF7SkjC7WPmaGu4B garfHj+P2hBSlk2aQMK72C6qpsaqTomxwsE63LoXEWXw8n2Vk+VzLp4jLAYKWdqQ3PW7 H70GN/jQBC7lF9s4qNWxzx/IDYJOhu6R0KdgOv5HrNQxOzkzwQZTJQxv3euwtC0811sa 5dc+Hb6ZPjBoUbPKs/WnlbglKsVsgJA7S8vZNVYqIr0SoHUOFs4JlcIwOJ4yvTbAN76H r+Aw== MIME-Version: 1.0 Received: by 10.204.133.220 with SMTP id g28mr4368301bkt.16.1331526717092; Sun, 11 Mar 2012 21:31:57 -0700 (PDT) Received: by 10.204.195.20 with HTTP; Sun, 11 Mar 2012 21:31:57 -0700 (PDT) In-Reply-To: References: Date: Sun, 11 Mar 2012 23:31:57 -0500 Message-ID: Subject: Re: [Android] Installation instructions From: Marlin Mixon To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Adding a few more things here: (3) Just above the graphic, Instead of: Add import com.phonegap.*; Should probably be Add import org.apache.cordova.*; (4) Graphic needs to be changed. (I'm not able to replicate the graphic correctly else I would) (5) Just after the graphic, instead of: You might experience an error here, where Eclipse can't find phonegap-1.0.0.jar. In this case, right click on the /libs folder and go to Build Paths/ > Configure Build Paths. Then, in the Libraries tab, add phonegap-1.0.0.jar to the Project. If Eclipse is being temperamental, you might need to refresh (F5) the project once again. need to substitute cordova-1.x.x.jar (6) The instructions for creating the index.html file needs to reference cordova.js instead of phonegap.js With the suggested changes, I was able to get Hello World up and running in 1.5. Marlin