mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Updating README telling people to copy commons-codec
This commit is contained in:
parent
9e10160366
commit
8e0c3c1fa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user