Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
45 views

Metadata.bin file not found on initial gradle sync with Android Studio Koala - 2024.1.1

I recently updated Android Studio from Chipmunk version - 2021.2.1 to Koala version - 2024.1.1. Now, when I open my projects, the gradle synchronization starts and always ends with: C:\Users\[MY_USER]\...
LucaCA's user avatar
  • 1
0 votes
0 answers
20 views

Getting error " application installation failed " in android studio while using it with kotlin

I have just started with kotlin in android studio, and i am constantly getting encountered by error "The Device already has newer version of this application. In order to proceed, you will have ...
Srujan Deshmukh's user avatar
-2 votes
0 answers
35 views

arm64-v8a and armeabi-v7a both architecture not run on a single application?

Library .so File I have encountered an issue where armeabi-v7a and arm64-v8a SDKs cannot run simultaneously in my application. This is due to some SDKs having .so files optimized for armeabi-v7a and ...
Mohammad Zeeshan's user avatar
0 votes
0 answers
34 views

Issues with Gradle Sync and Java Version in Android Studio Project

I am facing issues with my Android project setup in Android Studio, particularly related to Gradle and Java versions. I have tried multiple solutions, but I am still encountering errors. Here is a ...
gökhan gürbüz's user avatar
1 vote
1 answer
487 views

How to solve the error unable to detect project KGP version. Skipping version checking. on Flutter /Android studio

I'm currently having the following error in Flutter /Android studio I couldn't find any help on google: Warning: unable to detect project KGP version. Skipping version checking. This may be because ...
datavinnie's user avatar
0 votes
0 answers
18 views

I'm having an issue with my Gradle build process. It seems to get stuck

Here are the steps I have taken so far: Restart the pc Cleaned and rebuilt the project using ./gradlew clean build. Invalidated caches and restarted the IDE (Android Studio). deleted fileHashes.lock ...
prathmesh kalambe's user avatar
-2 votes
0 answers
109 views

Getting error due to adding dependencies java.lang.NullPointerException: Cannot invoke "String.length()" because "<parameter1>" is null

Getting below error when I added new dependencies java.lang.NullPointerException: Cannot invoke "String.length()" because "<parameter1>" is null plugins { id ("com....
USER9561's user avatar
  • 1,080
0 votes
0 answers
29 views

Installing any new plugin gradle error displaying in react native android studio and the build failed

gradle error script 'PATH\node_modules@react-native-community\cli-platform-android\native_modules.gradle' line: 401 App working with no problem with existing Dependency, but When i install any new ...
Santhosh Kumar's user avatar
0 votes
0 answers
48 views

Issue with Camera Plugin in Flutter: Multiple "Package does not exist" Errors in Android Studio

I'm having issues building my Flutter project with Java 17 and the latest version of Android Studio with Android SDK 34. This is my first build attempt, and I've also tried other Java versions, but ...
Naklov's user avatar
  • 5
0 votes
0 answers
19 views

I'm getting a gradle project sync error in my android studio

My Gradle project is not able to sync because of which i am unable to use basic functionalities like editing and debugging. This is the error that is shown: record(9).attributeId(9) != backref ...
Swapnil Kumar's user avatar
0 votes
0 answers
19 views

Android Studio/Gradle build doesn't contain assets beginning with a '_' character

In my projects asset folder I have a mix of files and directories. One of these directories begins with a _ and it is not included in the build. I have narrowed it down to the aaptOptions in my ...
UntitledMoose's user avatar
0 votes
1 answer
53 views

How to avoid error "Circular dependency between the following tasks:"?

In my app, build.gradle file i have added another module in the dependency like this implementation project(':app1') like wise, in that module also i have added my main module like below inorder to ...
Andro's user avatar
  • 94
0 votes
0 answers
9 views

Unable to use the RealmRecyclerViewAdapter

this is my build.gradle PROJECT LEVEL: // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { alias(libs.plugins.android.application) apply ...
Shen's user avatar
  • 3
5 votes
1 answer
485 views

Upgrade Gradle wrapper version to 8.6 and Android Gradle plugin version to 8.4.1 make my android studio unable to build release .apk file

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....
Ashile The Great's user avatar
2 votes
1 answer
67 views

Native crash support, signed app bundle doesn't contain native symbols

This is regarding the native crash support in android. When generating a Signed App Bundle there is no folder debugsymbols inside in BUNDLE-METADATA folder inside the .aab file I have followed the ...
Peter Trdin's user avatar

15 30 50 per page
1
2 3 4 5
143