PhoneGap源代码下载地址
PhoneGap的作者已经将PhoneGap的源码委托给了Apache基金会。PhoneGap的开源版本称为Cordova
下载地址:
https://svn.apache.org/repos/asf/incubator/callback/phonegap-android/trunk/
或者使用git
https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=summary
svn check out注意事项:
- 使用tortoise或命令行svn co,如果用浏览器直接打开网址是找不到打包下载的链接的。
- check out过程可能会报错,没关系,继续使用update把代码弄下来
同样,apache的开源项目的源代码都可以在
https://svn.apache.org/repos/asf
里获得