(5) 使用 eclipse 阅读源码

eclipse 安装、配置

现在 google 已经停止了对 ADT Bundle 的支持,现在必须分开下载 eclipse、ADT 和 SDK。

eclipse 下载地址(luna 4.4.1)

安装 ADT

To add the ADT plugin to Eclipse:

  1. Start Eclipse, then select Help > Install New Software.
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
    https://dl-ssl.google.com/android/eclipse/

    Note: The Android Developer Tools update site requires a secure connection. Make sure the update site URL you enter starts with HTTPS.

  4. Click OK.
  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  6. In the next window, you‘ll see a list of the tools to be downloaded. Click Next.
  7. Read and accept the license agreements, then click Finish.

    If you get a security warning saying that the authenticity or validity of the software can‘t be established, click OK.

  8. When the installation completes, restart Eclipse.
     

下载 SDK

导入 Android 源码

1、取消 Porject > Build Automatically
2、
To import the formatter, go to the preferences, section Java > Code Style >formatter, then click on import and choose development/ide/eclipse/android-formatting.xml
To import the import order, to go into Java > Code Style > Organize Import, then click on import and choose development/ide/eclipse/android.importorder
3、复制 development/ide/eclipse/.classpath 到 Android 源码根目录下。
4、新建 java project,根目录设置为 Android 源码目录,确定,然后就是漫长等待了。
5、C++ index 之前注意去除一些没用的目录:external、art 等。





郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。