You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
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!
The text was updated successfully, but these errors were encountered:
MazenxELGayar
changed the title
[Bug]:
Execution failed for task ':permission_handler_android:extractDebugAnnotations'.
Jan 9, 2025
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
Expected results
The application should build
Actual results
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!
The text was updated successfully, but these errors were encountered: