码迷,mamicode.com
首页 > 系统相关 > 详细

(5) 使用 eclipse 阅读源码

时间:2014-12-30 00:16:30      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:

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 等。





(5) 使用 eclipse 阅读源码

标签:

原文地址:http://www.cnblogs.com/JonnyLulu/p/4192596.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!