Setting up Android IDE: Difference between revisions
From WickyWiki
m 2 revisions |
mNo edit summary |
||
| Line 1: | Line 1: | ||
There are good tutorials to be found for setting up Android IDE | = Setting up Android IDE = | ||
There are good tutorials to be found for setting up Android IDE: | |||
* http://developer.android.com/sdk/installing.html | * http://developer.android.com/sdk/installing.html | ||
Update: there are complete Eclipse+Android packages that you can unzip and use. | |||
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: | 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: | ||
| Line 29: | Line 33: | ||
* Use Oracle sun-Java VM 7: | * Use Oracle sun-Java VM 7: | ||
** http://www.duinsoft.nl/packages.php?t=en | ** http://www.duinsoft.nl/packages.php?t=en | ||
= Tips and tricks = | |||
* Rotate the Android Virtual Device (AVD) with CTRL+F11/F12 | |||
[[Category:Android]] | [[Category:Android]] | ||
[[Category:201207]] | [[Category:201207]] | ||
Revision as of 13:55, 30 August 2013
Setting up Android IDE
There are good tutorials to be found for setting up Android IDE:
Update: there are complete Eclipse+Android packages that you can unzip and use.
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
- Use Oracle sun-Java VM 7:
Tips and tricks
- Rotate the Android Virtual Device (AVD) with CTRL+F11/F12