找回密码
 立即注册
development开发Android源代码 | android开发 2022-11-09 41 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android源代码开发环境与SDK开发环境比较,优势是可以检测和调试系统源代码,包括Java代码和C/C++代码。这对使用开发也是十分有效的,由于在开发中碰到疑难杂症时可以跟踪到系统内部去定位问题。用于涉及到C/C++代码的开发,例如JNI开发和安全相关开发,更加建议在Android源代码开发环境进行,这样就可以使用gdb以及gdbclient工具进行调试。这个PPT主要讲Android源代码下载、编译和运行,以及C/C++、Java代码的调试。本资料共包括以下附件:

(Compared with SDK development environment, Android source code development environment has the advantage of detecting and debugging system source code, including Java code and C/C  code. This is also very effective for the use of development, because when encountering difficulties and miscellaneous problems in the development process, you can track to the internal system to locate problems. It is used for the development of C/C  code, such as JNI development and security related development. It is more recommended to do it in the Android source code development environment, so that gdb and gdbclient tools can be used for debugging. This PPT mainly focuses on downloading, compiling and running Android source code, and debugging C/C  and Java code. This document includes the following annexes:)

[下载]10391030566.rar




上一篇:Android组件设计思想
下一篇:Android系统架构概述