Android 任务';的颤振执行失败:firebase_core:CompiledBugJavaWithJavaC';

Android 任务';的颤振执行失败:firebase_core:CompiledBugJavaWithJavaC';,android,firebase,flutter,gradle,javac,Android,Firebase,Flutter,Gradle,Javac,我想调试我的颤振项目。 但在执行此操作时,调试控制台会显示以下错误: warning: [options] source value 7 is obsolete and will be removed in a future release warning: [options] target value 7 is obsolete and will be removed in a future release warning: [options] To suppress warnings abo

我想调试我的颤振项目。 但在执行此操作时,调试控制台会显示以下错误:

warning: [options] source value 7 is obsolete and will be removed in a future release
warning: [options] target value 7 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-0.3.4\android\src\main\java\io\flutter\plugins\firebase\core\FirebaseCorePlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-0.3.4\android\src\main\java\io\flutter\plugins\firebase\core\FirebaseCorePlugin.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
3 warnings

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':firebase_core:compileDebugJavaWithJavac'.
> java.lang.IllegalAccessError: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x49887210) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @0x49887210
该项目通过github桌面与我的github存储库同步。 通常,我在我的主PC上运行项目,但昨天,我在笔记本上运行它: 我通过github desktop克隆了存储库,并希望首先运行应用程序开始编码。但后来,发生了这个错误。 我一直在寻找这个问题,但找不到任何解决办法。 我希望你能帮助我