美文网首页初见
安卓开发 Android Studio查看API文档失败问题

安卓开发 Android Studio查看API文档失败问题

作者: 风的影子XL | 来源:发表于2019-04-08 22:20 被阅读0次

在android studio中,通过查看ctrl+Q可以查看api文档,但是在国内,一般这样是查看不了的,网上有本地查看文档的方法,但是为了节约磁盘空间,我仍然想在线查看,于是就想能否找到可以替代的方法。

下面进入正题,打开android studio配置目录,我的是C:\Users\Administrator.AndroidStudio3.3\config\options,找到jdk.table.xml文件,编辑它,找到如下内容

<javadocPath>
          <root type="composite">
            <root url="https://developer.android.com/reference/" type="simple" />
          </root>
        </javadocPath>

https://developer.android.com/reference/替换为https://developer.android.google.cn/reference/
ok,可以查看文档了!

相关文章

网友评论

    本文标题:安卓开发 Android Studio查看API文档失败问题

    本文链接:https://www.haomeiwen.com/subject/mknpmqtx.html