本站已关停,现有内容仅作科研等非赢利用途使用。特此声明。
查看: 1233|回复: 1
打印 上一主题 下一主题

facebook发布android build工具

[复制链接]
跳转到指定楼层
1#
发表于 2013-4-23 18:02:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
https://github.com/facebook/buck

Buck is a build system for Android that encourages the creation of small, reusable modules consisting of code and resources.FeaturesBuck can help you do the following:
  • Speed up your Android builds. Buck builds independent artifacts in parallel to take advantage of multiple cores. Further, it reduces incremental build times by keeping track of unchanged resources so that the minimal set of resources is rebuilt.
  • Introduce ad-hoc build steps for building artifacts that are not supported out-of-the-box using the standard Ant build scripts for Android.
  • Keep the logic for generating build rules in the build system instead of requiring a separate system to generate build files.
  • Generate code-coverage metrics for your unit tests.
  • Generate an IntelliJ project based on your build rules. This makes Buck ideal for both local development builds in an IDE as well as headless builds on a continuous integration machine.
  • Make sense of your build dependencies.
  • Understand what is going on under the hood when building an APK.
Speed is the primary focus for Buck. At Facebook, we found Buck to be more than twice as fast as Ant, and we are continuing to make it even faster.


ChinaGDG.com
回复

使用道具 举报

2#
发表于 2013-4-23 21:39:50 | 只看该作者
好顶赞        
ChinaGDG.com
回复 支持 反对

使用道具 举报

*滑动验证:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表