90,368 questions
3
votes
0
answers
86
views
Project Files Vanishing
UPDATE: FFS turns out I had to grant Android Studio access to the Desktop folder in settings. Fixed 🤦♂️
So, for context, I've just started using Android Studio, and I'm using it for code from an ...
1
vote
1
answer
68
views
Git - Staged Changes not showing in Android Studio
I started working on a clean local version of the master branch and created a directory and a file (special_files_release/f). This file was created with touch so it had 0 bytes. I then renamed the ...
-4
votes
0
answers
119
views
An error occurred while preparing SDK package Google Play Intel x86_64 Atom System Image: Not in GZIP format [closed]
Packages to install: - Google Play Intel x86_64 Atom System Image (system-images;android-34;google_apis_playstore;x86_64)
Preparing "Install Google Play Intel x86_64 Atom System Image API 34 (...
1
vote
0
answers
60
views
Visual Studio Code debugger not catching breakpoint in first Flutter template app (running on Google Chrome))
I am trying to figure it out why while debugging in Visual Studio Code the first template Flutter app the debugger is not catching the instruction:
_counter++;
or
_counter--;
Here, I am attaching ...
-2
votes
1
answer
97
views
Android Emulator cannot access local Laravel API – ERR_NAME_NOT_RESOLVED [closed]
I am trying to run a mobile app (Android Emulator) with a local Laravel backend, but the emulator is unable to access my local API.
Setup Details
Backend: Laravel (running locally)
Frontend: Mobile ...
-1
votes
0
answers
38
views
Why does Unable to start activity ComponentInfo{...}: java.io.FileNotFoundException: mobilenet_objectdetection_labels.txt? [closed]
I'm making my own mobile app in Kotlin. I work using Android Studio.
I need the mobilenet_objectdetection_labels.txt file. I placed it in assets. Even though I checked the file name, I get the ...
-1
votes
0
answers
29
views
Android Studio camera permissions issue
I'm developing my mobile app in Android Studio using Kotlin and Camera2. When I started debugging using LogCat, I got the following error related to the lack of camera permission: java.lang....
1
vote
0
answers
62
views
Invalid character escape '\U' when trying to build NDK example in Android Studio
I've made a fresh install of Android Studio Otter 2 Feature Drop on Windows 10 and then installed the NDK and CMake using the SDK manager in Android Studio. However, I'm not able to build any of the ...
1
vote
0
answers
45
views
Trying to open Devtools in React Native app closes the app in Android Emulator
I have a simple React Native code. Everything works fine, but I have some problem with DevTools.
This is a my app screen.
Whenever I do press Ctrl + M or run adb shell input keyevent 82 this command ...
0
votes
2
answers
86
views
How to move a folder package to another package without changing import manually?
I'm going to move a folder with Kotlin files into another folder. I don't want change the import file manually, as there are many. How to do it?
Here is my current step, seems not right:
Select the ...
0
votes
0
answers
78
views
How can one teach AndroidStudio that a .jar file on disk has changed?
I am developing two projects in parallel in AndroidStudio. One is a library yielding a .jar file that is used by the second project. When I do an update of the library (like changing a method's ...
0
votes
0
answers
69
views
New project on Android Studio 2025.2.1 have project files keep disappearing
Starting Android Studio 2025.2.1 on all new project, project files keep disappearing when I change window (alt+tab, reduce, hide...) and coming back.
I've recorded a brief video:
https://filebin.net/...
0
votes
0
answers
65
views
Writing polish diacritics in Gemini prompt window on Android Studio
I have installed Android Studio on Windows 11. I have set the keyboard layout Polish Programmers. In Android Studio, I have problems with two polish diacritics:
when I type 'ą' (AltGr+A) - all prompt ...
1
vote
0
answers
56
views
Gradle 9.2.1: Artifact was signed but it wasn't found in any key server
On two separate machines (though on the same network) I am getting the following issue when trying to sync Gradle in Android Studio:
Multiple build operations failed.
Dependency verification ...
2
votes
2
answers
261
views
Android Studio “Agent” (Gemini Assistant) showing weird symbols in code blocks
Android Studio’s Agent (Gemini) panel is showing incorrect font rendering inside JSON/code blocks.
The text displays strange accented characters, but when I copy-paste it into any other editor, it ...