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

Questions tagged [android-studio]

Use for questions about using Android Studio, an official IDE by Google targeted at Android app development. Do NOT use for questions about programming for Android in general; instead, use the [android] tag.

0 votes
1 answer
15 views

Execution of Gradle Tasks and find out why are they executed

I'm currently doing a Udemy Course to learn Kotlin and I've a Question about Gradle and Tasks. I've tried HILT and had to add kapt to my Project (empty project with jetpack-compose). My app/build....
John Doe's user avatar
  • 135
0 votes
0 answers
41 views

Difficulties upgrading old project to Android 14

I am experiencing tremendous difficulties upgrading a project to Android 14. A little background into the project. The project currently cannot be upgraded past Java 15 , API Level 33 and Gradle 7.0.2 ...
Julian Silvestri's user avatar
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
9 views

Issue of default scripting plugin getting disabled

Hey I'm getting and error like this when i'm trying to run my app in android studio warning: default scripting plugin is disabled: The provided plugin org.jetbrains.kotlin.scripting.compiler.plugin....
Mathew's user avatar
  • 1
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
19 views

Error on build Flutter project with IntelliJ/Android Studio

I'm having a problem running the newly created flutter project. When creating a project following: New > Project Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * ...
Tiago Paza's user avatar
0 votes
0 answers
22 views

Tryind to run android emulator from vs (error Failed to install the app)

It does run the emulator but not my app. I can just see the android phone and use it but my app doesn't come This is the error I get: error Failed to install the app. Command failed with exit code 1: ...
Okyanus's user avatar
0 votes
0 answers
18 views

In Android Studio's Compose Animation Preview screen, how can I save the initial and target preview values of an animation?

Android Studio's Compose Animation Preview lets you visualize how an animation will look in a timeline. I'm using animateFloatAsState in this example and my usage will go from -1.0f to 1.0f. The thing ...
JaviCasa's user avatar
  • 728
-1 votes
0 answers
20 views

My Fragment Result Listener won't update the text

I am trying to get my app to display different text each time a button is pressed. The first time I press any button it works fine, but afterwords it reverts my textviews on the fragment to the ...
Allan Sharad's user avatar
0 votes
0 answers
19 views

I am unable to find the "Open for Editing in Android Studio" option despite having both .iml files in my project

"Open for Editing in android studio" not appearing in the top right corner as usual option is not appearing in (tools -> flutter) too Both .iml files are present in the project Unable to ...
MuddasirX's user avatar
0 votes
0 answers
13 views

Android Emulator loses internet connection when connected to FortiClient VPN

Body: I'm facing an issue where my Android emulator loses internet connection whenever I connect to my company's internal network using FortiClient VPN. Details: VPN Client: FortiClient VPN ...
Vahid Garousi's user avatar
-1 votes
0 answers
20 views

Enter is opening a scratch file in android studio

I am working on a dart file in android studio and suddenly my enter button is not working I select the coma, alphabet the enter button open a scratch file and when we don't select anything then enter ...
Abdullah Naeem's user avatar
0 votes
0 answers
14 views

Gradle download issues

I recently downloaded android studio koala to begin app development but gradle download/sync times out repeatedly when trying to build/download gradle file 8.0-bin. I have disabled anti-virus, ...
Juggernaut 's user avatar
0 votes
0 answers
9 views

How to use Switch GM3 in Android with XML, not Compose

I see here is new design for Android Switch https://developer.android.com/develop/ui/compose/components/switch I like this, but how to use? Relative article we need Compose for this? Can I use this ...
Dyno Cris's user avatar
  • 2,176
0 votes
1 answer
16 views

Dinamically Change the Image from a imageview that is in a recyclerview from the adapter

this stuff is beating me for hours. I want to change the image on a imageview that is inside a recyclerview from the adapter. The name of the image is coming from firebase (in the field Time from the ...
Alexandre Leitão's user avatar

15 30 50 per page