Ensure onCreate calls through to super.onCreate(). Summary: Quick Start docs create an activity that does not call through to super.onCreate and causes the sample Hello World app to crash. https://github.com/facebook/buck/pull/53 Test Plan: http://localhost:9811/setup/manual_quick_start.html
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0