Questions tagged [android-studio]

Android Studio is the official Android IDE. Use this tag only for using Android Studio as end-users or power-users (but not particularly as developers), like managing Android emulators, debugging existing APKs, etc. DO NOT USE THIS TAG FOR APP DEVELOPMENT ISSUE BECAUSE IT IS OFF-TOPIC.

56 questions
23
votes
7 answers

Wireless Android debugging not working

I am using the Android Studio Chipmunk edition. My Android device is connected to the WiFi and my PC is connected to the same router through ethernet cable. My devices are running Android 12. So, it seems like I am fulfilling all the requirements. I…
Real Noob
  • 331
  • 1
  • 2
  • 3
10
votes
2 answers

Can I access "/data/user/0/" folder in Android emulator from Ubuntu PC?

I am using Ubuntu 18.04. From Android Studio with the following code I am getting file directory Context ctx = getApplicationContext(); final File filesDir = ctx.getFilesDir(); which is /data/user/0/com.example.ipfs/files/. I am running my app on…
mahfuj asif
  • 203
  • 1
  • 2
  • 5
5
votes
3 answers

ADB not responding

Multiple times per day, ADB suddenly stops responding. After this occurs, every adb shell command fails to finish or produce any output. IntelliJ and Android Studio no longer recognize my phone(s). The solution is straightforward: run the…
L.Nightman
  • 51
  • 1
  • 4
5
votes
2 answers

"cannot add library libvulkan.so" when trying to start emulator

This is my first time attempting anything Android. I have installed Android Studio 2021.3.1 Patch 1 on Ubuntu 22.04 and created an Empty Compose Activity as a test. The Device Manager looks like this But when I try to run it I get The emulator…
spraff
  • 279
  • 4
  • 14
3
votes
1 answer

Which Android virtual device is based on ARM system image?

Android Studio has a feature where you can emulate an Android device -- tablet, phone, etc. -- but it crashes the virtual machine (Ubuntu) I am using. Depending on which VM platform I am using, it sometimes lets me know what went wrong. Here are…
xarzu
  • 133
  • 1
  • 5
2
votes
1 answer

Downloading Android SDK without Android Studio

I would like to know where I can get the Android SDK by itself without Android Studio? I already have Android Studio.
York
  • 21
  • 1
2
votes
0 answers

How may I install an Android System Image not available on Google Downloads?

I happened to be working on an Android application written around 2010 or so and the target OS is Android Cupcake. The application was written for very old hardware and still runs fine on those (it is still currently in use). I am hired to write a…
2
votes
1 answer

Android Emulator Performance is Extremely Unstable

First of all, hopefully this is the right place to post this type of question - if it isn't, do let me know. I have a relatively new PC with 16 GB RAM, 10th Gen Core i3, 4 physical and 4 virtual cores (hyperthreading), I do not have an SSD. It runs…
2
votes
1 answer

Android emulator not connecting behind proxy even configurated for it

I've a android emulator, that is running on a computer that is behind a proxy. From computer perspective, http and https internet access works fine, but on Android Emulator, nothing. So I tried with "Use Android Studio HTTP proxy settings" and…
marafado88
  • 153
  • 1
  • 2
  • 7
2
votes
0 answers

How to cryptographically verify the authenticity and integrity of Android Studio releases (with gpg?)

For a given Android Studio release published by Google, how can I cryptographically verify the authenticity and integrity of the .tar.gz file that I downloaded before I copy it onto a USB drive and attempt to install it on my laptop? Today I wanted…
2
votes
0 answers

Android Studio emulator: Failed to start monitoring emulator-5554

I am forking this app and trying to make some changes to it and run it. I've managed to do so on my laptop but it's painfully slow, so I am trying to set up the whole thing on my PC but I get the following error: Failed to start monitoring…
Petar Vasilev
  • 121
  • 1
  • 1
  • 5
2
votes
1 answer

Can't see Android Emulator when apparently it already is running

I am trying to start learning how to develop Android apps, and I tried to make a new project and navigate through Android Studio. I tried using the Emulator by creating a new virtual device and running my new test project with it, but no matter what…
user3696118
  • 121
  • 1
  • 1
  • 4
2
votes
1 answer

How can I launch AVD Manager without opening or creating a project in Android Studio?

Sometimes I just want to open the AVD Manager GUI that is reachable from Android Studio's Tools menu, but without having to start Android Studio and creating or opening a project. How can I do this?
Magnus
  • 631
  • 3
  • 9
  • 25
2
votes
1 answer

I can't use the Android emulator in Android Studio on Mac

Can anyone help me run an Android emulator in Android Studio on Mac? I tried to run it but it gives me the following messages: No USB devices or running emulators detected and minSdk(API 23, N preview) != deviceSdk(API 22) as portrayed in the given…
2
votes
5 answers

How to fix "No device connected" for USB debugging in Android Studio?

Running Windows 7, and I have just downloaded the latest Android Studio version, and started a project. Now I'd like to test the application on my device but Android Studio says on the bottom left "No devices connected". I've tried a couple of…
ayounis90
  • 121
  • 1
  • 1
  • 2
1
2 3 4