android-gradle-plugin Questions
1
This App Bundle contains native code, and you've not uploaded debug
symbols. We recommend you upload a symbol file to make your crashes
and ANRs easier to analyze and debug.
I am trying to resolv...
Emotionalize asked 20/1 at 17:1
2
Solved
I have different build types and different flavor dimensions in my app. I want to add a specific flavor suffix to an application ID only for one specific build type.
E.g. for stageApi flavor and be...
Poussin asked 29/12, 2020 at 17:10
2
Solved
I've upgraded from Kotlin 1.7 to Kotlin 1.9 in my KMM project.
though I have Gradle 7.6
AGP 7.4.2
After the upgrade lintAnalyzeDebug task reports error on every dependency: Module was compiled with...
Synaesthesia asked 14/7, 2023 at 17:44
6
Solved
I'm trying to retrieve the SHA-1 Fingerprint Certificate for my Flutter Project. This can usually be done going into the Gradle Panel on the right side in Android Studio and clicking on signingRepo...
Tessi asked 26/11, 2018 at 12:25
5
Solved
I have a project that was using Android Gradle Plugin 7.4.2, I used the upgrade assistant to update to 8.0.2 but now my project doesn't build with the following error:
Cause: jni extracted from pa...
Humoresque asked 24/7, 2023 at 10:34
3
I have a problem with my project. When i want to run my project i got this error. I want to try this on Android 14 Beta.
A problem occurred configuring project ':app'.
Could not create task ':app:...
Inhesion asked 17/7, 2023 at 11:58
4
Solved
I am currently updating my project and as one of the steps I am changing gradle files to use the plugins { id 'xxx' } way instead of the legacy apply plugin 'xxx' approach. I was able to migrate mo...
Russophobe asked 27/10, 2022 at 12:0
11
Solved
I am trying use this library in my Project. But i am unable to download it by adding it in gradle build. In fact i am even unable to download any library through gradle. I need to manually download...
Storekeeper asked 21/11, 2017 at 5:19
5
I am using 15.0.1 version of Firebase and Google Play Services. The build has started breaking today. How do I fix this? Following is the Gradle logs for reference.
[org.gradle.internal.buildevent...
Hoffmann asked 23/10, 2018 at 7:19
3
I have 2 modules in my android app. Core module and one feature module. Currently I have 3 dependencies common for these 2 modules and I am adding it in both modules gradle file (Which leads to mor...
Dopester asked 21/8, 2019 at 6:16
5
Solved
I have been working on a project for months without issues. Just today re-opened the project in Android Studio and started getting the error:
Gradle sync failed: Failed to notify project evaluatio...
Miriam asked 29/5, 2016 at 22:5
6
Solved
I have two project A and B where B is added as a module of project A. I have added dependencies in A's Gradle build file. Now i can import B's class in A without any error (in editor) but can't bui...
Flawed asked 26/1, 2015 at 8:52
2
Solved
after recent update, my android studio make an error:
java.lang.NullPointerException: Cannot invoke "com.android.tools.r8.internal.Gk0.B()" because the return value of "com.android....
Nixon asked 2/6 at 8:9
2
Android: Jacoco code coverage is not generating after gradle upgrade to 7.0.x & jdk 11 with testCoverageEnabled true. It is working perfect with gradle 4.2.x & jdk 8.
I tried removing testC...
Creight asked 5/1, 2022 at 8:33
1
Im using a library that uses includedescriptorclasses on their consumerProguardFiles but it breaks my build because I use the new shrinker.
Is there any way to replace or ignore the proguard files...
Malti asked 15/9, 2017 at 17:49
1
I have an android (compose) projet with a single libs.versions.toml for versions catalog.
In this .toml, I declare a compose BOM and some librairies as follow:
[versions]
ksp = "1.9.10-1.0.13...
Succor asked 29/10, 2023 at 19:53
5
What is causing this build error:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android.appl...
Wobble asked 30/10, 2022 at 14:31
3
Solved
How this code should be translated from Groovy to Kotlin DSL in Gradle?
testOptions.unitTests.all {
testLogging {
exceptionFormat = "full"
events "passed", "failed"...
Rule asked 1/10, 2020 at 17:18
5
An error occurred after I downloaded version 6.8 and the latest version of Gradle.
A problem occurred evaluating project ':launcher'.
< Failed to apply plugin 'com.android.internal.version-chec...
Roseberry asked 19/9, 2021 at 5:0
3
I'm running a flutter project and recently updated a bunch of dependencies.
I'm getting this error:
* What went wrong:
Execution failed for task ':flutter_google_places_sdk_android:compileDebugKotl...
Joyann asked 21/11, 2023 at 5:33
5
Solved
I Have build my app in android 6 without any error, but when I build my app in android 4.4.2 I get this error
This app has been built with an incorrect configuration.
Please configure your build...
Rockery asked 1/7, 2016 at 11:8
7
Solved
I'm in the process of adding a navigation drawer to my app. and I'm getting errors. The app gradle synchs just fine. But when I run the app I get a bunch of duplicate class errors. I think it might...
Lunation asked 7/5, 2019 at 19:36
7
Solved
After upgrading to flutter 3.19.0 i am getting the following error while running my application on android it is working fine on ios and when i open only android directory in android studio and run...
Tunisia asked 19/2 at 7:58
3
With Android studio v0.8.2, I am blocked with the following exception. With the beta release it was working very well. I have updated my IDE to 0.8.2 and deleted my target directory and trying to b...
Ellingston asked 15/7, 2014 at 6:55
10
I got Error in new project while build after i upgraded Android studio to 3.4
Caused by: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeDebugResources'.
Caused b...
Credit asked 26/4, 2019 at 5:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.