Updating README telling people to copy commons-codec

This commit is contained in:
Joe Bowser 2012-05-07 15:52:34 -07:00
parent 9e10160366
commit 8e0c3c1fa1

View File

@ -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