Difference between revisions of "CoursAndroid1"

From Fixme.ch
Jump to: navigation, search
(SDK Setup)
Line 20: Line 20:
 
# Install API version 15, 10 and 4 (Android 4.0.3, 2.3.3 and 1.6) from the sdk manager (run <tt>android</tt> from the cli)
 
# Install API version 15, 10 and 4 (Android 4.0.3, 2.3.3 and 1.6) from the sdk manager (run <tt>android</tt> from the cli)
 
# Install Eclipse >= 3.6, (easier to start developping with eclipse then quit when your comfortable)
 
# Install Eclipse >= 3.6, (easier to start developping with eclipse then quit when your comfortable)
 +
## [http://developer.android.com/sdk/installing/installing-adt.html Install the Android Development Tools for Eclipse]
  
 
= Project leader =
 
= Project leader =

Revision as of 23:04, 18 July 2012

Description

Content

  • Installation and configuration of the SDK (a VM will be at disposal for others)
  • Presentation of the tools
  • First application

SDK Setup

  1. Install Java/OpenJDK 1.6
  2. Download the SDK for your plateform http://developer.android.com/sdk/index.html
    1. Extract in /opt/android-sdk for example
    2. Add the tools to your path
 export PATH="$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools"
  1. Install API version 15, 10 and 4 (Android 4.0.3, 2.3.3 and 1.6) from the sdk manager (run android from the cli)
  2. Install Eclipse >= 3.6, (easier to start developping with eclipse then quit when your comfortable)
    1. Install the Android Development Tools for Eclipse

Project leader

Participants