52,997 questions
1
vote
0
answers
16
views
How do I resolve "Your project requires a newer version of the Kotlin Gradle plugin" error in my Flutter project?
I'm working on a Flutter project and while attempting to build a release APK (or running a Gradle assembleRelease task), I encounter the following error:
FAILURE: Build failed with an exception.
...
-1
votes
0
answers
7
views
Plugin [id: 'com.android.application', version: '8.0.0', apply: false] was not found in any of the following sources:
When I open the project, this error is displayed. I tried different versions of gradle, but it still didn't work. I even changed the version of JDK and SDK, which I don't think has a problem. What ...
0
votes
1
answer
23
views
Adding Firebase to gradle build for Anroid app: "Add rules to include the Google Services Gradle plugin"
while adding the Firebase Authentication SDK to your app:
in authentication SDK authentication SDK:
build.gradle (project-level)
Add rules to include the Google Services Gradle plugin:
classpath '...
0
votes
1
answer
21
views
Flutter Android Gradle Plugin is not changing the version
I need your help... Even ChatGPT can't solve it... my Flutter app is not running on android. Some packages require ADP 8.3.0, and i can't change it.
here is my android/build.gradle:
buildscript {
...
2
votes
0
answers
12
views
Unity Android Build Failure: LinkApplicationAndroidResourcesTask$TaskAction Error
I am trying to build an Android project in Unity, but the build keeps failing with the following error:
A failure occurred while executing
com.android.build.gradle.internal.res....
0
votes
0
answers
19
views
Gradle Build Error with Smile ID: Unable to Resolve kotlin-compose-compiler-plugin-embeddable:1.8.22
I'm experiencing a Gradle build issue while integrating the Smile ID SDK into my Flutter project. The build fails with the following error:
Note: Some input files use or override a deprecated API.
...
0
votes
1
answer
20
views
Gradle Duplicate Resource Error: "Modules 'base' and 'ModuleX' contain entry 'res/drawable/ic_cut.xml' with different content"
I'm encountering a duplicate resource error during my Android project build. The error message is:
`Modules 'base' and 'ModuleX' contain entry 'res/drawable/ic_cut.xml' with different content.`
...
0
votes
0
answers
21
views
Error Generating APK for Positivo Terminal Integration
I'm encountering an error while trying to generate the APK for integration with Stone. The app requires Positivo credentials to be installed on credit card terminals. However, when I attempt to ...
0
votes
1
answer
72
views
Flutter 3.29 : I get an error while building my project
What went wrong:
Execution failed for task :gradle:jar.
Entry FlutterPlugin class is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/8.10.2/dsl/org....
0
votes
2
answers
29
views
"Cannot recover key" while doing Flutter release. What I can do to solve this, please?
All my information inside key.properties and and build.gradle is correct. But I can't do the app release I keep getting "Cannot Recover Key".
The console shows me this message:
FAILURE: ...
0
votes
1
answer
24
views
Execution failed for task ':file_picker:compileDebugJavaWithJavac'
The error I keep getting while building my flutter project.
Package file_picker:linux references file_picker:linux as the default plugin, but it does not provide an inline implementation.
Ask the ...
0
votes
1
answer
44
views
What is the problem in my configuration of build.gradle to release an app bundle?
I'm getting an error in the console and I have no idea how to solve it, since I follow the exact instructions of the Flutter official site to generate an appbundle.
This is the error I've got:
This ...
0
votes
0
answers
31
views
how to create release build of firefox for android
I'm building Firefox for Android following document at https://firefox-source-docs.mozilla.org/mobile/android/fenix.html. When I build debug build, it works fine. When I build release build, it ...
0
votes
0
answers
24
views
How to solve JDK Gradle Config error in Flutter
I tried running few flutter projects but it gives me this same error -
ashvinstech@Ashvins-MacBook-Air untitled1 % flutter run
Launching lib/main.dart on Redmi Note 7 in debug mode...
FAILURE: Build ...
0
votes
0
answers
16
views
How to resolve Kotlin Android dependencies from JFrog in an air-gapped setup
We are working on setting up a build pipeline for a React Native project in an on-premise air-gapped environment using Jenkins. The setup involves using JFrog as a dependency store. We have ...