90,315 questions
1
vote
0
answers
14
views
Execution failed for task ':persiandatepicker:compileDebugLibraryResources'
I'm trying to run my program in android studio but android studio get error recently like this:
I have tried new version of android studio but it doesn't change.
my program works as well before also i ...
0
votes
0
answers
38
views
Jetpack Compose: Scaffold bottomBar reserves space when using MainScaffold with NavHost
UI Image For Reference
I refactored my app from a single-screen Scaffold to a shared layout using a MainScaffold that hosts a NavHost and a common BottomNavigationBar.
After this change, the bottomBar ...
-3
votes
0
answers
50
views
How to suppress useless warnings in Android Studio?
The commit code-analysis in Android Studio is in principal a terrific help, but frequently comes up with useless warnings, that are not applicable using my currently specified API-level.
E.g. I keep ...
0
votes
0
answers
64
views
How to enable "hardware input" by default for all emulators in Android Studio?
I would like the Escape button on my keyboard to trigger the Android BackButton on each Emulator by default. This can be achieved by pressing the button Hardware Input.
However, when Android Studio ...
0
votes
1
answer
69
views
After Android studio upgrade, not able to see list of devices in 'Select device' list
I was using an older version (Flamingo 2022) of Android studio. Due to a plugin dependency I upgraded it to Otter (2025), below issue persisted and downgraded to Android Studio Ladybug | 2024.2.1 RC 1 ...
3
votes
2
answers
127
views
"Suspicious receiver type; this does not apply to the current receiver of type ApplicationExtension" after upgrading to AGP 9
In build.gradle.kts (app),
Suspicious receiver type; this does not apply to the current receiver
of type ApplicationExtension. This will apply to a receiver of type
Project, found in one of the ...
-1
votes
1
answer
40
views
Commit-view in Android Studio is showing all files twice
Since a while the Commit-view inside Android Studio always shows me all modified files of my project TWICE:
once under a tree C:\Users\mmo\AndroidStudioProjects\MyProject\x\y\z and a second time under ...
0
votes
1
answer
46
views
PathNotFoundException: Cannot open file, path = '/some/file.txt'
My Android Studio keeps reporting 'Analysis server has terminated'. I've tried Invalidate Caches and 'Flutter clean', and even reinstalling Android Studio, all to no avail. My operating system is Mac. ...
0
votes
0
answers
58
views
View screenshots taken during an Espresso test in Android Studio
I have a few Espresso UI tests for my Android app. During the tests, there are some moments where I take screenshots, which will be evaluated after the test, qualitatively.
I found the androidx.test....
0
votes
0
answers
29
views
Create mutli-module structure for a CMP project in Android Studio
I create a structure for a CMP project. I have a core and feature. I create the core first which is ok. But for the feature structure I have something different and the feature doesn't look like a ...
Advice
0
votes
0
replies
13
views
How do I set the indent guides in Android Studio IDE in Windows environment to be the same as in Mac UI?
Windows UI
This is my Windows UI picture
MacOS UI
This is a picture of the UI of mac os
I want to add horizontal lines in mac os to my ide
My Android Studio version is
Android Studio Otter 2 Feature ...
0
votes
1
answer
50
views
Android Studio: defect SSLContext prevents downloading of dependencies
On Windows 11, when creating a new app project in Android Studio 2025.2.3 I first ended up with the error
Plugin [id: 'com.android.application', version: '9.0.0', apply: false] was not found in any ...
19
votes
2
answers
624
views
Android Studio 2025.2.3 - Freezing issue when switching branches
Recently, in the latest stable feature drop version of Android Studio. When switching branches using the plugin within the IDE, the application freezes strangely. Problems occur during synchronisation....
0
votes
0
answers
45
views
Android apk with KMP module published in local Maven has system fonts included
For some inapparent reason since adding a Compose screen and KMP written module for shared business logic the size of the apk becomes huge and it does include all system fonts from Android itself. ...
1
vote
0
answers
113
views
How to configure IDEA to look in different source sets depending on the build option?
This is a Java/Kotlin project. I want to be able to write code with one abstraction in the main and different implementations in multiple source sets. And then run it as a Java application.
There are ...