Launching libmain.dart on sdk gphone64 x86 64 in debug mode…
You are applying Flutter’s app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
You are applying Flutter’s main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
Could not write file to D:DevoldTotorialsTharwat Samyflutter beginner15. Bloc StageManagementFlutter-Beginners-Projects-mainFlutter-Beginners-Projects-mainBasketball_points-mainBasketball_points-mainbuildappintermediatesflutterdebugflutter_assetsshaders/ink_sparkle.frag
Target debug_android_application failed: ShaderCompilerException: Shader compilation of “C:flutterpackagesflutterlibsrcmaterialshadersink_sparkle.frag” to “D:DevoldTotorialsTharwat Samyflutter beginner15. Bloc StageManagementFlutter-Beginners-Projects-mainFlutter-Beginners-Projects-mainBasketball_points-mainBasketball_points-mainbuildappintermediatesflutterdebugflutter_assetsshaders/ink_sparkle.frag” failed with exit code 1.
impellerc stdout:
impellerc stderr:
Could not write file to D:DevoldTotorialsTharwat Samyflutter beginner15. Bloc StageManagementFlutter-Beginners-Projects-mainFlutter-Beginners-Projects-mainBasketball_points-mainBasketball_points-mainbuildappintermediatesflutterdebugflutter_assetsshaders/ink_sparkle.frag
4
FAILURE: Build failed with an exception.
-
Where:
Script ‘C:flutterpackagesflutter_toolsgradlesrcmaingroovyflutter.groovy’ line: 1419 -
What went wrong:
Execution failed for task ‘:app:compileFlutterBuildDebug’.
Process ‘command ‘C:flutterbinflutter.bat” finished with non-zero exit value 1
- 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 3s
Error: Gradle task assembleDebug failed with exit code 1
// android/build.gradle
buildscript {
ext.kotlin_version = ‘1.6.10’
}
// android/app/build.gradle
android {
compileSdkVersion 30
ndkVersion flutter.ndkVersion
}
//I tried on other versions 33, 32, 31, the same problem, but when I try less than 30, it means 29 agrees with the package, but it gives me the same error.
Nadir Dz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.