Android Studio 4.2:无法生成 Java Doc 注释

问题描述

我想生成 Java Doc 注释。 生成通过。工具-> 生成 JavaDoc,出现以下错误

error: option --boot-class-path not allowed with target 11

我在 build.gradle 的编译选项中使用了 JAVA 1.8:

compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

任何帮助或指导将不胜感激。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)