https://gradle.com/ logo
Join Slack
Powered by
# flutter
  • j

    Juneroy D. Quinimon

    01/03/2025, 9:18 AM
    can someone help me regarding on my issues i've encountered in flutter? i trying to implement a AR using arcore and flutter arcore_flutter_plugin but when i tried to run the command flutter run i always get this error
  • j

    Juneroy D. Quinimon

    01/03/2025, 9:19 AM
    image.png
  • j

    Juneroy D. Quinimon

    01/03/2025, 9:19 AM
    image.png
  • j

    Juneroy D. Quinimon

    01/03/2025, 9:20 AM
    and this is the plugin i used
  • o

    Omar Mohamed

    01/07/2025, 8:01 AM
    👋 Hello, team!
  • o

    Omar Mohamed

    01/07/2025, 8:07 AM
    can someone help me regarding on my issues i've encountered in flutter?
  • r

    Rakshitha Ramesh

    01/20/2025, 9:11 PM
    Hi Team, Anyone faced this issue? If i change version also, i am getting same error
  • m

    merah ibra

    01/22/2025, 7:28 AM
    Hello every one, So I just want to lunch this small project. please help.
  • m

    merah ibra

    01/22/2025, 7:31 AM
    workk.png
  • p

    Peter Jenex Sthanley Pontilla

    02/13/2025, 5:49 AM
    Screenshot 2025-02-13 at 1.49.27 PM.png
  • p

    Peter Jenex Sthanley Pontilla

    02/13/2025, 5:49 AM
    Hello Everyone! Anyone encounter this issue? Any solutions?
  • l

    Ligin Saji

    02/26/2025, 3:23 PM
    Hi guys can anyone help me with this problem.
  • r

    Ramakrushna Sahoo

    03/10/2025, 10:34 AM
    Execution failed for task 'flutter web authcompileDebugKotlin'.
    A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction.
  • d

    Deepika Ola

    03/15/2025, 2:00 PM
    👋 Hello, team!
  • d

    Deepika Ola

    03/15/2025, 2:04 PM
    Screenshot 2025-03-15 193257.png
  • d

    Deepika Ola

    03/15/2025, 2:06 PM
    hello everyone! any solutions??
  • n

    Noak-Manuel Nwobodo

    03/17/2025, 10:26 PM
    Just started flutter and I haven't been able to do anything because it keeps giving me errors, even AI can't solve the case, is it the language? Error1: FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\DELL\AndroidStudioProjects\firstapp\android\build.gradle.kts' line: 16 * What went wrong: A problem occurred configuring project ':app'.
    com.android.builder.errors.EvalIssueException: [CXX1101] NDK at C:\Users\DELL\AppData\Local\Android\Sdk\ndk\27.0.12077973 did not have a source.properties file
    * 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 5s Error: Gradle task assembleDebug failed with exit code 1
  • m

    michał K

    04/24/2025, 9:12 AM
    👋 Hello, team!
  • l

    Logesh K

    04/26/2025, 7:09 AM
    Hello team . I've faced an issue while running my flutter project, kindly guide me to solve this FAILURE: Build failed with an exception. * What went wrong: Included build F:\Studio Projects-28-11-2023\datamites\packages\flutter_tools\gradle has build path :gradle which is the same as included build C:\Users\Datamites\fvm\versions\3.19.0\packages\flutter_tools\gradle * What went wrong: Included build F:\Studio Projects-28-11-2023\datamites\packages\flutter_tools\gradle has build path :gradle which is the same as included build C:\Users\Datamites\fvm\versions\3.19.0\packages\flutter_tools\gradle * 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.
  • j

    Joy

    05/04/2025, 3:28 PM
    ❯ flutter run -d emulator-5554
    Copy code
    Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':cf56914b32:compileKotlin'.
    > java.nio.file.NoSuchFileException: /nix/store/s4n9rd6y8aiychhpylmkvpf0yh0migj9-flutter-wrapped-3.29.3-sdk-links/packages/flutter_
    tools/gradle/.gradle/kotlin/sessions/kotlin-compiler-12913036745881058983.salive
    
    * 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 771ms
    Running Gradle task 'assembleDebug'...                           1,372ms
    Error: Gradle task assembleDebug failed with exit code 1
    I tried to redirect
    gradle
    related path with environment path and gradle property file, but neither work:
    Copy code
    ❯ flutter run -d emulator-5554 -Porg.gradle.user.home=/Users/me/.gradle
    
    ❯ export GRADLE_USER_HOME=/Users/me/.gradle/
    ❯ export ANDROID_GRADLE_USER_HOME=/Users/me/.gradle/
    
    ❯ cat android/gradle.properties 
    gradle.user.home=/Users/me/.gradle/
    android.gradle.user.home=/Users/me/.gradle/
    android.overridePathCheck=true
    Is it possible to redirect gradle cache path to solve this?
  • s

    Safwane

    05/09/2025, 10:10 AM
    Hi everyone I've faced an issue while running my flutter app: "FAILURE: Build failed with an exception. * What went wrong: Could not determine java version from '17.0.15'. * 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" So he told me that he could not determine my java version but I don't understand why since I'm using : "distributionUrl=https\:<//services.gradle.org/distributions/gradle-8.2-all.zip>" So it's supposed to be compatible with it I checked my Java version and everything is setup correctly : echo $JAVA_HOME /usr/lib/jvm/java-17-openjdk-amd64 Yesterday everything was working perfectly I didn't touch anything 😬
  • m

    Mbuk Edidiong

    06/11/2025, 7:38 PM
    👋 Hello, team!
  • m

    Mujeeb Khawaja

    07/06/2025, 8:57 AM
    Hi, I hope you guys are doing well. I am facing “Failed create parent directory” in my flutter projects. I ran
    flutter clean
    followed by
    flutter run
    , and the app was up and running. However, the problem is that it only works from the terminal. If I try to run the app using the VS Code GUI (the button in the top right), the same error reappears. Even after running
    flutter clean
    and then clicking the debug button, the error still persists. Below is the error "Launching lib\main.dart on SM N975F in debug mode… FAILURE: Build failed with an exception. • What went wrong: Execution failed for task ‘appcompileFlutterBuildDebug’.
    Failed to create parent directory ‘C:\Users\Mujeeb’ when creating directory ‘C:\Users\Mujeeb\ Khawaja\Desktop\flutter\ projects\new\ videx\videx\build\app\intermediates\flutter\debug\flutter_assets’
    • 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 6s Error: Gradle task assembleDebug failed with exit code 1" My directory name in “This PC” is “C:\Users\Mujeeb Khawaja”, not ‘C:\Users\Mujeeb’ and flutter is trying to do "'C:\Users\Mujeeb\ Khawaja" Can anyone have any idea how to solve this error.
  • p

    Perpetual Arubuo

    07/14/2025, 8:57 PM
    Hi, everyone. My name is Perpetual from Nigeria and i have bit of a problem
  • p

    Perpetual Arubuo

    07/14/2025, 8:57 PM
    A problem occurred evaluating script.
    You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is not possible anymore. Migrate to applying Gradle plugins with the declarative plugins block:
  • j

    Juan Guinto (Johnly)

    10/23/2025, 5:53 PM
    👋 Hello, team!
  • y

    Yahachon Coulibaly

    11/16/2025, 12:02 AM
    👋 Bonjour à tous !
  • u

    أمين المقولي

    12/17/2025, 4:29 AM
    sup
  • u

    أمين المقولي

    12/17/2025, 4:29 AM
    need hlep with something
  • u

    أمين المقولي

    12/17/2025, 4:29 AM
    help*
    🧵 1