如何添加源+的javadoc为Android支持-V7? [英] How to add source + javadoc for android-support-v7?

查看:122
本文介绍了如何添加源+的javadoc为Android支持-V7?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我添加到我的项目支持库Android的支持-V7-appcompat,但我不能添加源和javadoc吧。

I added to my project support library android-support-v7-appcompat, but I can't add source and javadoc for it.

我下载<一个href="https://android.googlesource.com/platform/frameworks/support/+/master">https://android.googlesource.com/platform/frameworks/support/+/master包源和在Eclipse中我将源代码连接到V7 / appcompat /,但它不能正常工作。

I downloaded https://android.googlesource.com/platform/frameworks/support/+/master package with source and in Eclipse I set Source attachment to v7/appcompat/, but it doesn't work.

有人能帮助我吗?

E:我的解决办法是,我有两个项目在Eclipse中Android的支持-V7-appcompat(从Android的SDK \额外原来的lib \机器人\ SUPPORT \ V7 \ appcompat)和Android的支持,v7- appcompat-SRC(SRC从android.googlesource.com),当我编译发布版本,所以我用原来的lib和调试我用SRC从googlesource.com。

E: my solution is, I have two projects in Eclipse "android-support-v7-appcompat" (original lib from android-sdk\extras\android\support\v7\appcompat) and "android-support-v7-appcompat-src" (src from android.googlesource.com) and when I compile release version, so I used original lib and for debug I used src from googlesource.com.

PS:很抱歉,我的英语

PS: sorry for my english

推荐答案

我能够从连接基于咨询源<一href="http://stackoverflow.com/questions/8543225/android-support-library-v4-getting-the-source-and-attaching-it-to-the-library">Android支持库(V4)。获取源代码并将其连接到库/罐子在Eclipse 。

I was able to attach the source based on advice from Android Support Library (v4). Getting the source and attaching it to the library/jar in Eclipse.

下面是我所做的:

首先,克隆的源代码库,并​​得到任何版本对应的发行库(我猜):

First, clone the source repository and get whatever version corresponds to the released library (which I guessed):

  1. 混帐克隆<一href="https://android.googlesource.com/platform/frameworks/support">https://android.googlesource.com/platform/frameworks/support
  2. CD支持
  3. git的结帐Android的4.3.1_r1

接下来,在Eclipse:

Next, in Eclipse:

  1. 右键单击项目,选择的属性
  2. 选择的 Java构建路径
  3. 选择的的标签
  4. 添加外部JAR> YourProject /库/ Android的支持-V7-appcompat.jar(我知道你的项目已经参考,但不要担心,只需再添加它)。
  5. 展开罐和连接源的外部JAR:WhereverYouHaveTheSource /支持/ appcompat
  6. 切换到排序和导出选项卡,将上面的Android的依赖外部罐子
  1. Right-click project and choose Properties.
  2. Select Java Build Path
  3. Select the Libraries tab
  4. Add External JARs > YourProject/libs/android-support-v7-appcompat.jar (I know your project had already referenced to it but don't worry, just add it again).
  5. Expand jar and attach Source to the External Jar: WhereverYouHaveTheSource/support/appcompat
  6. Switch to the "Order and Export" tab, move the external jar above the "Android Dependencies"

这篇关于如何添加源+的javadoc为Android支持-V7?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆