简体   繁体   English

无需下载完整代码即可轻松查看Android源代码

[英]Easy looking at Android source code without downloading full code

I want to modify say MediaRecorder class for example. 我想修改例如MediaRecorder类。 And I want to show at full source code of it. 我想显示它的完整源代码。

Where can I get source code of standard classes? 在哪里可以获得标准类的源代码?

See http://source.android.com/ 参见http://source.android.com/

Here [at the link above] you can find the information and source code you need to build an Android-compatible device. 在[上面的链接],您可以找到构建Android兼容设备所需的信息和源代码。

Android is an open-source software stack for mobile devices, and a corresponding open-source project led by Google. Android是用于移动设备的开源软件堆栈,并且是由Google领导的相应开源项目。 We created Android in response to our own experiences launching mobile apps. 我们创建An​​droid是为了响应我们自己启动移动应用程序的经验。 We wanted to make sure that there was no central point of failure, so that no industry player can restrict or control the innovations of any other. 我们想要确保没有失败的中心点,以便没有任何一个行业参与者可以限制或控制其他任何创新。 That's why we created Android, and made its source code open. 这就是我们创建An​​droid并使其源代码开放的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM