skip to Main Content

Error when I'm trying to build an android app using flutter

The error is the following: e: /Users/Houssame/.gradle/aches/transforms-3/e5c5aa35234c44d5264fd87af440dbf9/transformed/fragment-1.7.1-api.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. [!] Your project requires a newer version of the Kotlin Gradle plugin.…

VIEW QUESTION

“Why does Flutter build fail with ‘this and base files have different roots’ error?”

flutter build fails Could not create task ':flutter_plugin_android_lifecycle:generateDebugUnitTestConfig'. this and base files have different roots: D:untitledbuildflutter_plugin_android_lifecycle and C:UsersRKAppDataLocalPubCachehostedpub.devflutter_plugin_android_lifecycle-2.0.15android. Could not create task ':flutter_plugin_android_lifecycle:generateDebugUnitTestConfig'. this and base files have different roots: D:untitledbuildflutter_plugin_android_lifecycle and C:UsersRKAppDataLocalPubCachehostedpub.devflutter_plugin_android_lifecycle-2.0.15android.

VIEW QUESTION

My app is running perfectly but, I am unable to build app-release.apk – Flutter

E:flutter-3.3.7flutterbinflutter.bat --no-color build apk Running Gradle task 'assembleRelease'... Warning: The plugin path_provider_android requires Android SDK version 33. For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. Warning: The plugin permission_handler_android requires Android SDK version 33. For more information about build configuration,…

VIEW QUESTION
Back To Top
Search