确保以下环境安装正确
Java JDK 1.5 or greater
Apache ANT 1.8.0 or greater
Android SDK http://developer.android.com
And then, to generate the cordova-2.9.1.jar file, follow the next steps:
Download and extract the phonegap-2.9.1.zip file.
In a terminal/cmd window go inside the recently extracted directory:
$ cd phonegap-2.9.1\lib\android\framework\
Execute the following commands (you need android sdk and ant already configured in your system path):
$ android update project -p . -t android-17
If required add the --subprojects parameter:
$ android update project -p . -t android-17 --subprojects
You get a message like this:
Updated project.properties Updated local.properties build.xml: Found version-tag: custom. File will not be updated. Updated file D:\work_NEW\phonegap-2.9.1\lib\android\framework\proguard-project.txt Updated and renamed default.properties to project.properties Updated local.properties No project name specified, using Activity name 'DroidGap'. If you wish to change it, edit the first line of build.xml. Added file D:\work_NEW\phonegap-2.9.1\lib\android\framework\bin\build.xml Added file D:\work_NEW\phonegap-2.9.1\lib\android\framework\bin\proguard-project.txt
Finally run:
$ ant jar
Blablabla.... jar: [jar] Building jar: xxx\phonegap-2.9.1\lib\android\framework\cordova-2.9.1.jar
BUILD SUCCESSFUL Total time: 4 seconds
出处:
http://stackoverflow.com/questions/21854568/how-to-find-cordova-jar-in-latest-version-of-phonegap-2-9-1
本文介绍如何配置环境并使用 PhoneGap 2.9.1 版本生成 cordova-2.9.1.jar 文件。需要安装 Java JDK 1.5 或更高版本、Apache ANT 1.8.0 或更高版本及 Android SDK。通过下载并解压 phonegap-2.9.1.zip 文件,然后执行特定命令完成 jar 文件构建。

被折叠的 条评论
为什么被折叠?



