Change the "gradle.properties":
org.gradle.jvmargs=-Xms512m -Xmx1024m
increase these numbers to avoid the out of mem error.
Use versions from the versions page to make sure that the different libraries fit together.
Keep all the generated files in folders naming the version and buildnr to be able to symbolicate all crash logs that gets in.
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
alias symbolicatecrash='/Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash'
symbolicatecrash -v filename.crash
add memory to gradle and set up cert
iPad Multitasking support requires...