1、Github
2、源碼中國
3、TeachCourse
4、安卓巴士
5、GoogleSamples等等
㈡ 在網盤上下載的android源代碼
ubuntu 上裝上 jdk,eclipse,Android SDK;
jdk下載鏈接 http://www.oracle.com/technetwork/java/javase/downloads/index.html
eclipse,android sdk下載鏈接 http://developer.android.com/sdk/index.html
設置好JAVA_HOME環境變數
打開eclipse,解壓你的源碼,導入到eclipse中
右鍵選擇android 工程,Run as android application
㈢ android 開發大俠 求android google pinyin IME 開源源碼
包含在Android的源代碼里,路徑:packages\inputmethods\PinyinIME
Android的源代碼下載參考: http://source.android.com/source/downloading.html
需要在Linux環境下載
㈣ 如何獲取android源代碼
當前的Android代碼託管在兩個方:https://github.com/android 和https://android.googlesource.com之前在 android.git.kernel.org上也有託管,不過現在重定向到了https://android.googlesource.com好在都支持git訪問。
google提供的repo工具實際上是一個內部操作git工具來簡化操作Android源碼的Python腳本。經過嘗試,直接使用git工具在ubuntu下可以實現cloneAndroid源碼。下面介紹一下方法:
1.獲取當前的在github上託管的Androidgitrepositories:
github頁面為:https://github.com/android/following。不過這個頁面不支持通過wget"https://github.com/android/following"或者curl"https://github.com/android/following"的方式訪問,錯誤信息如下:
這個時候需能做的只能是"tryagain"了。
需要說明的是"不要試圖同時並發執行多個gitclone命令",這樣會導致大量出現上面貼圖中的錯誤,另外,整個clone過程中耗時最多的gitrepository如下:
kernel_common.gitkernel_msm.gitplatform_frameworks_base.gitplatform_prebuilt.git其中platform_prebuilt.git是google提供的預編譯好的二進制文件,包含:各種庫文件,jar包,可執行程序等等,如果只是閱讀Android源代碼,這個gitrepository可以不用clone.
㈤ 求android源碼下載地址,就像學學源碼的原理
Google剛剛公布,穩定版的Android源代碼已經公布,任何人都可以免費下載。Google希望通過公布源代碼,電信運營商和手機製造商,乃至一般開發者們進一步深刻了解和利用Android系統,從而有益於該平台下的的發展。
看來T-Mobile G1不一定打得過iPhone,那麼Android呢?
現在源代碼公布在http://source.android.com/,SDK網站是http://code.google.com/android/