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/