android仓库 用到的网址。

来源:互联网 发布:7u分享网络 编辑:程序博客网 时间:2024/04/29 19:51


Android Platform Overview


Our sister site, developer.android.com, includes feature overviews of the various Android platform versions.The links below will take you to developer.android.com where you can view thisinformation.

The links below will navigate you away from this site.

Android 2.3

Android 2.3 corresponded to the "Gingerbread" milestone branch, and has an API level of 9.

Android 2.2

Android 2.2 corresponded to the "FroYo" milestone branch, and has an API level of 8.

Android 2.1

Android 2.1 corresponded to the "Eclair" milestone branch, and has an API level of 7.

The Eclair branch was also used for 2.0 and 2.0.1; however, both of thosereleases were quickly obsoleted by the version 2.1 Eclair release. As Android2.1 includes key bug fixes and improvements not present in 2.0/2.0.1, onlyAndroid 2.1 should be used for new devices. As there is no compatibilityprogram for 2.0 or 2.0.1, the officially compatible Eclair-based release is Android2.1. (The linked document refers to Android 2.0, because there wereno new platform features added in 2.1.)

Android 1.6

Android 1.6 corresponded to the "Donut" milestone branch, and has an API level of 4.

Android 1.5

Android 1.5 corresponded to the "Cupcake" milestone branch, and has an APIlevel of 3.

Android 1.1

Android 1.1 has an API level of 2. Android 1.1 was known as"Petit Four" internally, though this name was not used officially.

Android 1.0

was the first release of Android, and has an APIlevel of 1. Since it was the first released version of Android, no platformhighlights were prepared for this release.


TI 即將發表支援BeagleboardxM的Android Gingerbread 2.3

張貼者:2011/4/2 上午6:06Sog Yang  [ Silvia Chen 已於2011/6/12 下午8:38 更新]TI於3/31/2001發表Android Gingerbread 2.3 Development Kit 1.0版本. 其中關於BeagleboardxM的支援部份. 還處有部份Issue TI還在釐清中. 但是Beagleboard C4的部份已經已經可於此處下載.  相信在很短的時間內. 這些Issue就能夠很快的被釐清了.

debug.keystore签名网址------>

<1. cd .android

<2. keytool -list -alias androiddebugkey -keystore debug.keysore

3.打开 http://code.google.com/intl/zh-CN/android/maps-api-signup.html


Sunnyの开发笔记

记录程序开发中的点点滴滴......http://www.cnblogs.com/sunnychuh/archive/2011/4/20.html




本次TI的文件還包含了效能資料表. 可作為大家設計產品時的功率消耗參考資料.
http://processors.wiki.ti.com/index.php/Android_Benchmarks_DevKit2.3


http://blog.csdn.net/assassin4824/article/details/6456066                                // imx515 开发板Android源代码编译过程

http://blog.csdn.net/hkjinzhao/article/details/4003371                                       //编译android的linux内核

http://git.android-x86.org/


http://source.android.com/source/initializing.html                              //open source project

http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_DeveloperGuide    //台湾beagleboard


http://git.android-x86.org/?p=platform/packages/apps/Settings.git;a=tree;h=7cd5bb4da8220ac89321ff4ee0f5c0a2ecb61143;hb=28987c2f5f2160574a0e83e9a8e1d1510cf0fbcf


http://code.google.com/p/android/downloads/list?can=1&q=    



http://git.kernel.org/               

http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.32.tar.bz2          //      kernel


http://git.denx.de/                      //   u-boot.bin


http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_ReleaseNotes


http://code.google.com/p/beagleboard/downloads/list


www.beaglboard.tw



http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_PortingGuides                   //TI各种驱动以及功能添加的方法!


http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_UserGuide#adb_over_USB_Ethernet_.28Ethernet_over_USB.29          //Browser configuration

give the following commands 

 

>     netcfg                                                                               lo       UP    127.0.0.1       255.0.0.0       0x00000049                              eth0     UP    172.24.190.59   255.255.252.0   0x00001043  >    netcfg usb0 dhcp   -- if u have dhcp enabled network this will assign ip to yuor beagle board dynamically>   getprop net.usb0.dns1 -- This will give u the ip of the router >  setprop net.dns1 (IP-- which u get from previous commnad)