Setting up Android IDE

From WickyWiki
Revision as of 07:26, 5 July 2013 by Admin (talk | contribs) (2 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are good tutorials to be found for setting up Android IDE, this guide is not intended as an out-dated copy of that:

Currently the official guide will use Eclipse 3.6, if you want to use Eclipse 3.7 or later you might want to use this guide:

The official guide tells you to use intall sun java (sun-java6-jdk). As I don't have that installed by default I use openjdk (java-6-openjdk) Additional info:

Some optional pointers to improve performance of Eclipse:

  • modify /opt/eclipse/eclipse.ini increase startup memory:
-Xms64m
  • modify /opt/eclipse/eclipse.ini increase maximum memory:
-Xmx1024m
  • modify /opt/eclipse/eclipse.ini enable use of multiple processors:
-XX:-UseParallelGC
-XX:+AggressiveOpts
-XX:-UseConcMarkSweepGC
-XX:+UseFastAccessorMethods