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

All Questions

Tagged with
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
0 votes
0 answers
35 views

Permanently "loading devices" in Android Studio [closed]

I got the same problem like many others, the devices in Android Studios doesn't load and it permanently is "loading devices". I tried a lot of help aspects of the internet, but it doesn't ...
Tim7's user avatar
  • 1
0 votes
2 answers
41 views

Android Studio disconnects from ADB

I have been facing issue for sometime now. I use ubuntu for development but now the issue I face - Whenever I run adb commands on terminal, Android Studio disconnects weird though I can install the ...
Sam's user avatar
  • 5
0 votes
1 answer
315 views

Android Studio Koala: Devices Don't Pair Over Wifi

Curious if anyone else has dealt with this and found a solution. The Issue: Pairing my Pixel 7 via wifi does not work in Android Studio Koala (2024.1.1), and I've tried on both MacOS and Debian. The ...
Dale Cooper's user avatar
0 votes
0 answers
98 views

ADB install on physical device is not working [duplicate]

I recently purchased a macbook air M3. After configuring basic android developer setup. I am running into a problem where I am not able to install any .APK file using adb install. I believe android ...
Arun Mehra's user avatar
0 votes
0 answers
29 views

App sometimes crashing when installing signed debuggable version

I have for years now built my app in two different ways: signed debuggable release and signed non-debuggable release. When installing my debugging version, I sometimes get a crash when installing my ...
Flyview's user avatar
  • 1,901
0 votes
1 answer
136 views

android studio "jellyfish" emulator is showing but not working

I've installed new version - jellyfish But the emulator is working and unable to run stuck at booting for several hours, more than 2 hours. Getting error "No Target Device found." Android ...
vinod yadav's user avatar
2 votes
1 answer
100 views

Android Studio Debugger stops working ("Debugger is no longer active")

I am unable to use Android Studio for debugging Flutter apps. Whenever I start an app with "flutter run" or "flutter run --debug", it starts up fine, but right after that you get ...
Lars335's user avatar
  • 1,850
2 votes
3 answers
1k views

Facing an emulator issue in Android: "Error: Device is Already Activating"

I have updated my Android SDK from API 32 to API 34. Currently, after updating I am facing an issue where I am unable to start the emulator. However, I am able to run my application on a real device. ...
Rohan Pande's user avatar
3 votes
1 answer
550 views

Android Studio Koala Preview: Cannot find quick settings in Running devices window

According to developer tool enhancements talk from Google IO 2024, there is suppose to be a Quick Settings option in Running Devices window that allows changing dark mode, language, etc. directly from ...
rysv's user avatar
  • 3,068
0 votes
1 answer
370 views

Android Studio device explorer ADB FAIL response : open failed permission denied

I am trying to download a file from a real device with android 14, API 34 using android studio device explorer, File path is : Android/data/myPackage/files/picture. I am getting below error: Tried ...
صلي علي محمد - Atef Farouk's user avatar
0 votes
1 answer
36 views

Android studio crash, nothing in logcat

I used to develop a simple price tracking application for myself with Android Studio. I paused my project for few month and got back to it recently. I noticed that my application is crashing on ...
Don_Malocran's user avatar
1 vote
1 answer
185 views

In Android emulator with sdk 30 or higher, hosts file is reset to default

I need to configure hosts file in emulator with sdk 30 or higher. To do this I follow next steps from my command line: emulator -avd Pixel_4a_API_34 -writable-system //run emulator adb root // ...
Goltra's user avatar
  • 123
1 vote
0 answers
175 views

How to change the "Carrier name" of the Android virtual device (emulator)

I want to change the Carrier name, I have used the following command for this: adb shell setprop gsm.operator.alpha BNetzA adb shell setprop gsm.sim.operator.alpha BNetzA But when I check the "...
Abdul Hossein Charkhi's user avatar
0 votes
1 answer
40 views

How to wait until Android Studio virtual machine is fully loaded

After running my virtual machine with this command in Python: os.system('emulator -avd Galaxy_Note9_API_27 -writable-system -no-snapshot-update-time') I try to wait with another command (command ...
Abdul Hossein Charkhi's user avatar

15 30 50 per page
1
2 3 4 5
55