Difference between revisions of "CoursAndroid1"
From Fixme.ch
Line 8: | Line 8: | ||
= Content = | = Content = | ||
− | * Installation of the SDK (a VM will be at disposal for others) | + | * Installation and configuration of the SDK (a VM will be at disposal for others) |
* Presentation of the tools | * Presentation of the tools | ||
* First application | * First application | ||
+ | |||
+ | == SDK Setup == | ||
+ | # Install Java/OpenJDK 1.6 | ||
+ | # Download the SDK for your plateform http://developer.android.com/sdk/index.html | ||
+ | ## Extract in /opt/android-sdk for example | ||
+ | ## Add the tools to your path | ||
+ | export PATH="$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools" | ||
+ | # 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) | ||
= Project leader = | = Project leader = |
Revision as of 20:56, 18 July 2012
Description
- First session of Android development class, focused on beginners.
- Date: FIXME
- Doodle: http://www.doodle.com/z54ecrdxr4kbdna7
- Event: http://fixme.ch/civicrm/event/info?id=45&reset=1
Content
- Installation and configuration of the SDK (a VM will be at disposal for others)
- Presentation of the tools
- First application
SDK Setup
- Install Java/OpenJDK 1.6
- Download the SDK for your plateform http://developer.android.com/sdk/index.html
- Extract in /opt/android-sdk for example
- Add the tools to your path
export PATH="$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools"
- 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)
- Install Eclipse >= 3.6, (easier to start developping with eclipse then quit when your comfortable)