Objectives of the exercise :
You can't develop for a platform if you aren't a user to it first.
Objectives of this exercise are get familiar with android OS and android phones.
What we will do is to install the android SDK and start using the android emulator for some
time. After getting familiar with the emulator,
second part of the exercise is to >>
install some applications and use them on the emulator to know how android users use their phones and what they expect to find.
If you already have an android phone or tablet
(or any other android device, you don't need to do this exercise).
Download Android SDK:
1. Go to
http://developer.android.com/sdk/index.html,
download the SDK suitable for your platform, and extract it in a folder of your choice. Make sure that “<androidsdk>/tools” is in your PATH environment variable.
download the SDK suitable for your platform, and extract it in a folder of your choice. Make sure that “<androidsdk>/tools” is in your PATH environment variable.
Note: In case you used the windows installer, your <android-sdk> dir should be
“C:\Program Files\Android\android-sdk”
2. Start the android SDK manager by running the batch file (or shell scrip on linux/mac)
<android-sdk>/tools/android
3. Go to “Available packages” on left and open “Android Repository” to install an SDK
(for example Android 2.1 API 7)
(for example Android 2.1 API 7)
0 comments:
Post a Comment