skip to Main Content

Flutter – Is the new android studio update causing problem?

I added video_player to my flutter project pubspec.yaml and after that, this happened: Execution failed for task ':video_player_android:compileDebugJavaWithJavac'. > Could not resolve all files for configuration ':video_player_android:androidJdkImage'. > Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. Also, I…

VIEW QUESTION

how to solve flutter bar code package problem

I try to build a release apk for my project, but I face an exception: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':flutter_barcode_scanner'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.…

VIEW QUESTION

build failed in flutter build apk

when i run flutter build apk i get this error: FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration 'classpath'. > Could not find lint-model-30.3.0.jar (com.android.tools.lint:lint-model:30.3.0). > Searched in the following locations:…

VIEW QUESTION
Back To Top
Search