Install Ubuntu 10 or 04 ( I have 10)
Date 25.06.2017 Size 8.68 Kb. #21845
Install Ubuntu 8.10 or 9.04 ( I have 8.10)
http://news.softpedia.com/news/Installing-Ubuntu-8-10-97417.shtml
http://us.releases.ubuntu.com/
Install Java – 1.5.0.19
Download JDK 1.5 at http://java.sun.com/javase/downloads/index_jdk5.jsp? and install to somewhere for example /opt/jdk1.5.0_22
To build the Android platform , I need several environment settings as below
$ JAVA_HOME=/opt/jdk1.5.0_22 #Path to Java development kit
$ export PATH=$JAVA_HOME/bin:$PATH
Install Eclipse – Helios
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk.tar.gz
Install SDK - download api all api versions using avd manager - android-sdk-linux_x86
.http://developer.android.com/sdk/index.html
http://developer.android.com/sdk/installing.html
Install ADT –
http://developer.android.com/sdk/eclipse-adt.html#installing (note you need to set up network proxy)
http://www.youtube.com/watch?v=EhPqw3xfw1w
http://www.youtube.com/watch?v=u86wY6KQDFY&feature=related
http://www.youtube.com/watch?v=EvkPmwOLLC4&feature=related
http://www.youtube.com/watch?v=Qn6lusm_AFA&feature=related
http://www.youtube.com/watch?v=Y3Ig91RNbTM&feature=related
Install Google plugin
http://code.google.com/appengine/docs/java/tools/eclipse.html
Write Hello world - http://developer.android.com/resources/tutorials/hello-world.html
Install NDK – android-ndk-r5b - http://developer.android.com/sdk/ndk/index.html
Configure the path to the ARM tool-chain. The tool chain can be found in the platform directory or in the Android Native Development Tools (Android NDK) package.http://developer.android.com/sdk/ndk/1.6_r1/index.html
$ export SDK_PATH = eg: SDK_PATH=/home/srinath/myproj/android-sdk-linux_x86
$ export NDK_PATH = > eg: NDK_PATH =/home/srinath/myproj/android-ndk-r5b
$ export NDK_HOME = eg: NDK_PATH =/home/srinath/myproj/android-ndk-r5b
$ export PATH=$PATH:$SDK_PATH/platform-tools:$SDK_PATH/tools:$NDK_PATH
Hello world NDK - http://developer.android.com/sdk/ndk/overview.html
Good Training for coursework – If you complete these , you will have a very good foundation for android
.http://marakana.com/techtv/android_bootcamp_screencast_series.html
http://marakana.com/forums/android/general/240.html
http://marakana.com/forums/android/general/242.html
http://marakana.com/forums/android/general/
http://marakana.com/forums/android/general/238.html
http://marakana.com/forums/android/general/227.html
Some YouTube tutorials
http://www.youtube.com/watch?v=m-C-QPGR2pM&feature=related
http://www.youtube.com/watch?v=rm-hNlTD1H0&feature=relmfu
Share with your friends:
The database is protected by copyright ©ininet.org 2024
send message