From 65c1301f428f9b08943158a8c59a1a6b61f8af92 Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Sun, 14 Aug 2016 19:39:26 +0000 Subject: [PATCH] Update Annotator Generator, ImapFix, css-generate.py, ohi_latex.py git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster@2551 29193198-4895-4776-b068-10539e920549 --- annogen.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/annogen.py b/annogen.py index b24fbe4..d475b78 100755 --- a/annogen.py +++ b/annogen.py @@ -1051,7 +1051,12 @@ android_src = r""" /* COMPILING --------- - 1. Install the Android Developer Tools (ADT) + I have NOT tested this with the new "Android Studio" + that Google officially moved to in 2015. Here are my + notes for compiling it with their older version: + + 1. Install the old Android Developer Tools (ADT) from + http://developer.android.com/studio/tools/sdk/eclipse-adt.html - You might need to increase the amount of RAM it's allowed to use, e.g. put -Xmx2g into eclipse.ini (be sure to remove any existing -Xmx settings -- GitLab