From f60e9ebbcf89b608f060d620d4e7b42943066ba1 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Tue, 24 Nov 2009 15:11:32 -0800 Subject: [PATCH] Adding README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..774779ac --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ + +PhoneGap Android +============================================================= +PhoneGap Android is an Android application library that allows +for PhoneGap based projects to be built for the Android Platform. + +Pre-requisites +------------------------------------------------------------- + * Java JDK 1.5 + * Android SDK Package [http://developer.android.com](http://developer.android.com) + * Apache ANT (For build script) + * Eclipse (Recommended, not required) + +Build from Command Line +------------------------------------------------------------- +ant phonegap_debug or ant phonegap_release + +Getting Started with Eclipse +------------------------------------------------------------- +The wiki article to get started with Eclipse can be found at [http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse-(Tested)]http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse-(Tested) + +Android 1.5 +------------------------------------------------------------ +The Android 1.5 Branch contains a 1.5 version of PhoneGap. This should +be used for carriers who do not currently have Android 1.6 or newer devices +offered. + +