开发者

Where to download the complete source code of android.jar?

I downloaded the repository: git://android.git.kernel.org/platform/frameworks/base.git

开发者_如何学PythonBut I found it's not enough. For example, most of the source code for the packages like java., javax. were not there.

What else repository do I need to download?


First, that's not really the source code to android.jar. The android.jar on your development machine is a JAR of stubs for the non-hidden classes and methods that form the basis of the SDK.

Second, downloading one Git repository usually isn't particularly useful if you want to work with the code. You are going to need all of the repositories, as is documented on the Android Open Source Project site.

Some of what you are seeking are in the libcore repository. Other classes are in other repositories, presumably.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜