Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution failed for task ':permission_handler_android:extractDebugAnnotations'. #1424

Open
3 of 5 tasks
MazenxELGayar opened this issue Jan 9, 2025 · 0 comments
Open
3 of 5 tasks

Comments

@MazenxELGayar
Copy link

Please check the following before submitting a new issue.

Please select affected platform(s)

  • Android
  • iOS
  • Windows

Steps to reproduce

  1. upgraded gradle
  • id("com.android.application") version "8.2.1" apply false
  • id("com.android.library") version "8.2.1" apply false
  • distributionUrl=https://services.gradle.org/distributions/gradle-8.9-bin.zip
  1. tried to build the application:

Expected results

The application should build

Actual results


1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':permission_handler_android:extractDebugAnnotations'.
> A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintWorkAction

2: Task failed with an exception.
-----------
* What went wrong:
org/jetbrains/kotlin/config/CompilerConfiguration
> org.jetbrains.kotlin.config.CompilerConfiguration

Code sample

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id("com.android.application") version "8.2.1" apply false
id("com.android.library") version "8.2.1" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-8.9-bin.zip

Screenshots or video

No response

Version

11.3.1

Flutter Doctor output

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.22635.4660], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.7.3)
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.96.2)
[√] Connected device (4 available)
[√] Network resources

• No issues found!

@MazenxELGayar MazenxELGayar changed the title [Bug]: Execution failed for task ':permission_handler_android:extractDebugAnnotations'. Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant