Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Android distribution

352 bytes added, 13:31, 26 February 2011
Android Platform Setup Environment
In Ubuntu Linux you will do:
 
To get the repo for java5 add these lines to your /etc/apt/sources.list
<pre>
$ sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiversedeb http://us.archive.ubuntu.6-dev build-essential zip curl libncurses5-dev zlib1g-dev libreadline5com/ubuntu/ jaunty-devupdates multiverse
</pre>
 
<pre>
$ sudo apt-get sun-java5-jdk install git-core gnupg expect flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev libreadline5-dev
</pre>
 
Then use command
<pre>
sudo update-java-alternatives -s java-1.5.0-sun
</pre>
 
to switch your default Java machine to version 1.5.
*You might also want Valgrind, a tool that will help you find memory leaks, stack corruption, array bounds overflows, etc.
0
edits