1

I tried to begin with flutter. But the very basic app (created by the flutter team itself) shows the following error.


"FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 11s
Exception: Gradle task assembleDebug failed with exit code 1"

Akif
  • 7,098
  • 7
  • 27
  • 53
Dead Guy
  • 57
  • 1
  • 9
  • 3
    Does this answer your question? [Error:Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details](https://stackoverflow.com/questions/43848845/errorexecution-failed-for-task-appcompiledebugkotlin-compilation-error) – Akif Nov 18 '20 at 15:02

1 Answers1

0

You can try to delete .gradle folder in android folder, and run the app again.

harundemir918
  • 432
  • 1
  • 4
  • 14