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

All Questions

0 votes
0 answers
12 views

Gradle Error while running flutter project in Android Studio java

I am completely new to flutter. Yesterday I installed flutter, added path variables and it works straight from cmd. I also created a project using cmd and opened it in Android Studio. Import of Dart ...
Tony Casilla Coaquira's user avatar
0 votes
0 answers
32 views

Android Studio 2024.1.1 - Gradle Project sync failed

I try to use Android Studio but there is a problem since i downloaded it, the sync fail. I always got the same Error messages : "Could not move temporary workspace" "java.nio.file....
Guillaume's user avatar
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
17 views

Dependencies add [closed]

I am nit able to add dependencies in android studio kotlin app project I tried youtube tutorial bit it didn't work and i expect someone to guide me with correct steps I have tried steps of he girl of ...
Suhani Jain's user avatar
1 vote
0 answers
15 views

Cannot get GradlePropertiesModel (V2) for project 'GradleProject{path=':app'}' (android studio bug)

Multiple build operations failed. Cannot get GradlePropertiesModel (V2) for project 'GradleProject{path=':app'}' i am facing this issue in Android Studio Koala | 2024.1. on invalidate/Restart it'...
Muzammil Hussain's user avatar
0 votes
0 answers
23 views

Cannot import libraries: how to add Android dependencies using TOML correctly?

I'm still trying to understand Gradle version catalog. I think the old way to add dependencies is simpler. Edit build.gradle, add stuffs like: dependencies { implementation 'com.intuit.sdp:sdp-...
anta40's user avatar
  • 6,653
0 votes
0 answers
142 views

What is the latest gradle version that goes with compileSdkVersion 34

Android studio told me I should upgrade the compileSdkVersion from 33 to 34. The build fails and tells me I should use a new version of gradle. I was a 7.4.2. I am now at 8.1.4 and I am getting lots ...
llihttocs's user avatar
  • 2,011
0 votes
1 answer
412 views

Minimum supported Gradle version is 8.7. Current version is 8.2. Android

I want to run the command gradle detekt on Android Studio's terminal but I always get the error: A problem occurred evaluating project ':app'. > Failed to apply plugin 'com.android.internal.version-...
juske's user avatar
  • 109
2 votes
1 answer
446 views

Why Android Studio Koala still not supports AGP 8.5

According to the official doc, the Android Studio Koala should already support AGP 8.5.
NanoNova's user avatar
  • 931
0 votes
1 answer
37 views

Android Studio GIF

My apps's build.gradle.kts file I need your help. How to add gif if the dependencies in gradle is like this? dependencies { implementation(libs.appcompat) implementation(libs.material) ...
mikawaii's user avatar
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
0 votes
1 answer
91 views

Implementing Realm Database in Android Studio 2024

I am reaching out to you all as I am having some problem when I am implementing the Realm Database in my Android Studio Jellyfish | 2023.3.1. So, I am used to implmenting the dependencies, plugins ... ...
Shen's user avatar
  • 3
5 votes
1 answer
484 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
0 votes
1 answer
28 views

How to irun Python file in Android Studio on Windows

I tried to run my python file so I followed this instructions on the Interent. Here's the link. https://chaquo.com/chaquopy/doc/current/android.html#project-setup I set my build.gradle file on project ...
isla's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
304