【问题标题】:Flutter Execution failed for task ':app:processDebugManifest'任务':app:processDebugManifest'的Flutter执行失败
【发布时间】:2021-09-10 14:07:21
【问题描述】:

我是 Flutter 的新手,起初我的项目运行良好,但突然我开始遇到这个问题: FAILURE:构建失败并出现异常。

  • 出了什么问题: 任务“:app:processDebugMainManifest”执行失败。

无法使字段私有 final java.lang.String java.io.File.path 可访问:模块 java.base 不会“打开 java.io”到未命名模块 @1f05eb0a 现在,每当我运行项目甚至尝试创建新项目时,我都会遇到这样的错误,我什至尝试了与此查询相关的可用答案,但未能调试它.. 这是我的颤振版本:


PS C:\Work\t_post> flutter doctor -v
[√] Flutter (Channel stable, 2.2.2, on Microsoft Windows [Version 10.0.19042.1052], locale en-US)
    • Flutter version 2.2.2 at C:\Work\flutter
    • Framework revision d79295af24 (2 weeks ago), 2021-06-11 08:56:01 -0700
    • Engine revision 91c9fc8fe0
    • Dart version 2.13.3

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at C:\Users\User\AppData\Local\Android\sdk
    • Platform android-30, build-tools 30.0.3
    • Java binary at: C:\Program Files\Java\jdk-16.0.1\bin\java
    • Java version Java(TM) SE Runtime Environment (build 16.0.1+9-24)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).

[√] VS Code (version 1.57.1)
    • VS Code at C:\Users\User\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.23.0

[√] Connected device (3 available)
    • sdk gphone x86 arm (mobile) • emulator-5554 • android-x86    • Android 11 (API 30) (emulator)
    • Chrome (web)                • chrome        • web-javascript • Google Chrome 91.0.4472.124
    • Edge (web)                  • edge          • web-javascript • Microsoft Edge 91.0.864.54

! Doctor found issues in 1 category.

这是我的 pubspec.yaml 文件:

name: t_post
description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev


version: 1.0.0+1

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter


  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

【问题讨论】:

  • 您是否更新了 Java 版本?
  • 我从一开始就下载了java 16
  • @Dev 请查看jdk路径图片
  • 实际上这些问题我记得是由于 jdk16 并且正在使用 jdk15。如果可能,请尝试降级并查看是否有效

标签: flutter dart flutter-dependencies flutter-test flutter-debug


【解决方案1】:

只是将 JDK 版本从 16 降级到 15 对我有用。

【讨论】:

    猜你喜欢
    • 2017-10-17
    • 1970-01-01
    • 2017-11-12
    • 1970-01-01
    • 1970-01-01
    • 2017-12-25
    • 2021-04-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多