zoukankan      html  css  js  c++  java
  • Android Studio一直 Fetching Documentation...

    Android查看私有库android-spport-v4.jar & android-support-v7-appcompat.jar源码

    https://www.cnblogs.com/stupid-bird/p/4614490.html

    2. Android-support-v7-appcompat.jar查看源文件
    Android-support-v7-appcompat.jar查看源文件的方法和上面同样道理,新建Android-support-v7-appcompat.jar.properties文件,添加src=D:\DevAPP\Android\android-sdk\sources\android-22 即可。没错,他们的src路径是相同的,不用怀疑。


    AS

    C:UsersMM.AndroidStudio3.1configoptionsjdk.table.xml

    IDEA

    C:UsersMM.IntelliJIdea2018.1configoptionsjdk.table.xml

    文档提示:

    Android Studio -> Settings -> General -> √ Show quick documentaion on mouse move Delay(ms) 改成200

    --- 这样文档显示出来速度就会很快,秒现

        <jdk version="2">
          <name value="Android API 27 Platform" />
          <type value="Android SDK" />
          <version value="java version &quot;1.8.0_162&quot;" />
          <homePath value="E:/android-sdk" />
          <roots>
            <annotationsPath>
              <root type="composite">
                <root url="jar://$APPLICATION_HOME_DIR$/plugins/android/lib/androidAnnotations.jar!/" type="simple" />
              </root>
            </annotationsPath>
            <classPath>
              <root type="composite">
                <root url="jar://E:/android-sdk/platforms/android-27/android.jar!/" type="simple" />
                <root url="file://E:/android-sdk/platforms/android-27/data/res" type="simple" />
              </root>
            </classPath>
            <javadocPath>
              <root type="composite">
                <root url="file://E:/android-sdk/docs/reference" type="simple" />
              </root>
            </javadocPath>
            <sourcePath>
              <root type="composite">
                <root url="file://E:/android-sdk/sources/android-27" type="simple" />
              </root>
            </sourcePath>
          </roots>
          <additional jdk="JDK1.8" sdk="android-27" />
        </jdk>

    主要设置的代码如下两句:

            <javadocPath>
              <root type="composite">
                <root url="file://E:/android-sdk/docs/reference" type="simple" />
              </root>
            </javadocPath>
            <sourcePath>
              <root type="composite">
                <root url="file://E:/android-sdk/sources/android-27" type="simple" />
              </root>
            </sourcePath>

  • 相关阅读:
    Linux+postfix+extmail+dovecot打造基于web页面的邮件系统
    各种大型网站技术架构--摘抄
    会php不回缓存行吗?多重实现
    Nutch相关框架视频教程--说明
    Nginx 配置文件模板
    原创:CentOS6.4配置solr 4.7.2+IK分词器
    nutch2.2.1安装部署
    Android View绘制13问13答
    使用 MailOtto 做完美预加载
    ActiveAndroid:活性记录的风格ORM(对象关系映射)
  • 原文地址:https://www.cnblogs.com/bluestorm/p/8960894.html
Copyright © 2011-2022 走看看