skip to Main Content

Flutter – Provided Metadata instance has version 2.1.0, while maximum supported version is 2.0.0. To support newer versions, update the kotlinx-metadata-jvm

I tried to geneate the apk in Flutter, and then it show me this error: ERROR: R8: java.lang.IllegalArgumentException: Provided Metadata instance has version 2.1.0, while maximum supported version is 2.0.0. To support newer versions, update the kotlinx-metadata-jvm library. FAILURE: Build…

VIEW QUESTION

Flutter – Using compileSdk 35 requires Android Gradle Plugin (AGP) 8.1.0 or higher

After upgrade Flutter we facing issue ┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────────┐ │ [!] Using compileSdk 35 requires Android Gradle Plugin (AGP) 8.1.0 or higher. │ │ Please upgrade to a newer AGP version. The version of AGP that your project uses…

VIEW QUESTION

Flutter – Android Gradle plugin requires Java 17 to run. You are currently using Java 11. in window system

Launching libmain.dart on Android SDK built for x86 in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * Where: Build file 'C:UsersviranStudioProjectsk_walzy_appandroidappbuild.gradle' line: 2 * What went wrong: An exception occurred applying plugin request [id: 'com.android.application']…

VIEW QUESTION

React native – Duplicate value for resource 'attr/actionBarSize'

I am trying to upgrade react-native from 0.74.3 to 0.76.2 and building on android I have the following error: /Users/xxx/.gradle/caches/8.10.2/transforms/0fd0166c4f0b7f2b3a94f0420432a518/transformed/material-1.6.1/res/values/values.xml:7497:4: Duplicate value for resource 'attr/actionBarSize' with config 'DEFAULT' and product ''. Resource was previously defined here: com.xxx.xxx.app-mergeDebugResources-79:/values/values.xml:8497: . FAILURE: Build…

VIEW QUESTION

Error with Kotlin version for Flutter application

I have the below error with my Flutter application. Running Gradle task 'assembleDebug'... 35.5s [!] Your project requires a newer version of the Kotlin Gradle plugin. Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the version number of the plugin…

VIEW QUESTION
Back To Top
Search