常用命令
android list target
android create avd --name and16 --target 2
adb shell adb devices adb kill-server
adb install adb push/pull /sdcard/music.mp3
mksdcard -l lable 1024M d:\sdcardfile
adb shell am start -n com.android.browser/com.android.browser.BrowserActivity http://202.108.92.230/oma10/gen/index_audio_aac.htm
emulator -avd and15 -shell -ramdisk img\ramdisk.img -system img\system.img -init-data img\userdata.img -sdcard img\sdcardfile512
Android Tips:
Android Intent机制实例详解 http://www.top-e.org/jiaoshi/html/381.html
Android 一些经验总结,如何在多个activity中切换。http://blog.csdn.net/sharetop/category/353130.aspx
Android makefile(android.mk)分析 http://blog.csdn.net/chief1985/archive/2009/10/19/4699831.aspx
Android Eclipse: https://dl-ssl.google.com/android/eclipse/
Android代理上网 http://crazier9527.javaeye.com/blog/454606