From: Torsten Grote Date: Wed, 4 Jan 2012 00:50:57 +0000 (+0100) Subject: updated README for openjdk and building apk files X-Git-Tag: 0.1~1168 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8bd4dbaf1a75e4d36117d92cfa4ba973f1c7f8a9;p=fdroidserver.git updated README for openjdk and building apk files --- diff --git a/README b/README index a76a34ad..e3824d51 100644 --- a/README +++ b/README @@ -21,18 +21,27 @@ To be able to auto-build packages, you're going to need: *Linux *Python -*A fully functional Android SDK with all SDK platforms and tools -*The Android NDK +*Android SDK with all SDK platforms (for all API versions) and tools +*Android NDK *Ant *Ant Contrib Tasks (Debian package ant-contrib) *Maven (Debian package maven2) *JavaCC (Debian package javacc) +*JDK (Debian package openjdk-6-jdk and openjdk-7-jdk) *VCS clients: svn, git, hg, bzr *A keystore for holding release keys. (Safe, secure and well backed up!) You then need to create a config.py (copy config.sample.py and follow the instructions) to specify the locations of some of these things. +==Building Apps== + +Run + + ./build.py -p goo.TeaTimer + +to test building apk files. They will be put in the repo directory. + =MetaData= Information used by update.py to compile the public index comes from two