From 8e0c3c1fa174fc387354b741e29a2e3128e73203 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 7 May 2012 15:52:34 -0700 Subject: [PATCH] Updating README telling people to copy commons-codec --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfff009e..53a3a45c 100755 --- a/README.md +++ b/README.md @@ -18,12 +18,15 @@ Requires - Java JDK 1.5 - Apache ANT - Android SDK [http://developer.android.com](http://developer.android.com) - +- Apache Commons Codec [http://commons.apache.org/codec/](http://commons.apache.org/codec/) Building --- -To create your cordova.jar, run in the framework directory: +To create your cordova.jar, copy the commons codec: + mv commons-codec-1.6.jar framework/libs + +then run in the framework directory: android update project -p . -t android-15 ant jar