google release new version of Android4.0, named as "Ice Cream Sandwich" on 2011.10.19
http://news.youkuaiyun.com/a/20111019/306001.html
The useful link
http://developer.android.com/sdk/android-4.0.html
http://developer.android.com/sdk/installing.html
Steps
1. download SDK4.0 package from http://dl.google.com/android/android-sdk_r14-windows.zip
What is that? A "empty" installer. It just has 30~M. All the other, for example SDK platform/tools, need download when install online.
2. Install
Run EXE file, and select which SDK.
If you are in a security workshop, just me, you need add proxy setting.
Download is time consumer. Wait. 20 minutes is needed. Almost 100M.
If you want other version, please select it and download.
3. try run emulator of 4.0
Create a AVD for SDK4.0, then run it.
[AVD Manager.exe]
4. Try to add some application or Mp3
Please refer to the following command.\tools\android list targets
.\platform-tools\adb devices
.\tools\emulator -avd a4.0
rem make sure emulator is running
.\platform-tools\adb pull /sdcard/txdx.mp3
.\platform-tools\adb push txdx.mp3 /sdcard/txdx1.mp3
.\platform-tools\adb install .\angrybirds_1.apk
.\platform-tools\adb uninstall com.rovio.angrybirds
.\platform-tools\adb install -s emulator-5554 .\angrybirds_1.apk
5. Install ADT4.0 for eclipse
I use Eclipse3.6. But I am in a special workshop, So I cannot install ADT4.0 from the function of "Install a software".
So I download zip file, and unzip into Eclipse folder. http://dl.google.com/android/ADT-14.0.0.zip
If you are lucky, please use http://dl-ssl.google.com/android/eclipse/
6. Develop a simple application with SDK4.0
......
本文详细介绍了Google于2011年10月19日发布的Android 4.0版本,命名为‘Ice Cream Sandwich’。文章提供了SDK安装步骤、使用指南以及如何在设备上运行此版本的详细说明。
1425

被折叠的 条评论
为什么被折叠?



