All Questions
Tagged with google-pixel android-emulator
7 questions
0
votes
0
answers
116
views
Errors in Android Studio, need solution for 'Please update emulator to support Vulkan feature' and 'Running multiple emulators with the same AVD'
I tried running my flutter code written in android studio with an emulator I already installed. However, I have two emulator devices installed. When I select the preferred emulator and it launches, It ...
4
votes
1
answer
7k
views
Why do Android 12, 12L, 13 Preview devices don't resolve local DNS anymore?
I have been having this strange issue for more than a couple weeks now:
Android 12, 12L, 13 Preview devices (emulator & physical) don't resolve local DNS anymore. I started noticing this issue in ...
0
votes
1
answer
180
views
Does anyone have the layout of the Google Pixel 3 xl? [closed]
Inadvertently replace the emulator layout of the google pixel 3 xl and I can no longer find it anywhere, is the file found in this path: C:\Users\your_user\AppData\Local\Android\Sdk\skins\pixel_3_xl
...
0
votes
2
answers
2k
views
Android studio unable to run emulator: Process finished with exit code 2
I am trying to use an emulator in Android Studio 3.1.4, but I keep getting the error messages:
Emulator: Could not launch
'C:\Users\Ian\AppData\Local\Android\Sdk\emulator/qemu/windows-x86_64/qemu-...
14
votes
6
answers
8k
views
Why Android studio won't run app on Android Pie (9.0)?
I've upgraded my Google Pixel to Android 9.0/Pie.
When I try to run an application from Android studio I don't see the Google Pixel in the list, there's only a null device named FA69R0306649. When I ...
0
votes
1
answer
121
views
Error connecting to android backend
I am using an android emulator on a desktop. I am getting the following error when I try to connect to my backend.
java.net.UnknownHostException: Unable to resolve host
"<my host url>": No ...
2
votes
2
answers
2k
views
Why is there a layout preview difference between Pixel and Pixel 2 in Android Studio even though they have same screen size and pixel density
I have been trying to understand why these two devices even though having same screen size and pixel density behave differently.
Please Note: The Font size and Display size are set to "Default" on ...