有一个dalvik.system包是android.jar,但android sdk中没有这个包的源码。我想下载android 15的完整源代码?从哪里下载?
发布于 2012-10-16 15:59:22
有关下载完整的安卓源码树的说明,请参阅http://s.android.com/source/index.html。
特别是,包含dalvik.system包的libcore项目位于https://android.googlesource.com/platform/libcore/
git clone https://android.googlesource.com/platform/libcorehttps://stackoverflow.com/questions/12908831
复制相似问题