All Questions
12 questions
1
vote
0
answers
53
views
Android Studio V4.0.1 AVD Phone Emulator Refuses to Open
I've created a new project based on the "Google Maps Activity" template, and I'm trying to test the app to see how it functions. The only thing the program does is make a map marker in ...
1
vote
3
answers
565
views
Newline for button in XML not respected but it does with Java code
I have a button with a long text that I would like to spread over two lines to the width of the button is the same size as the others.
The issue is that when I do this via the XML code, the newline ...
0
votes
0
answers
102
views
Resolution difference between hardware and AVD emulator
I created a simple game with a background image. I also set up a custom AVD emulator to mimic my LG G5. I gave it the same resolution, API level, screen size and manually edited the config file to set ...
0
votes
1
answer
32
views
Android emulator (Nexus S) no longer runs app after installing new AVD
I run Android Studio I was using an emulator, Nexus S, on the Marshmallow OS (6.0). To try on different devices, I installed Google Pixel emulator w/ Nougat OS. It failed to run so I uninstalled it. ...
0
votes
1
answer
683
views
Unable to create AVD in android studio, windows
I am trying to create an AVD in Android Studio 3.0.1. using Windows 10.
Every time I create one it raises the following error:
An error occurred while creating the AVD. See idea.log for details.
My ...
1
vote
1
answer
193
views
Android Studio emulator (AVD) on Mac OSX : AVD icon quickly appears and immediately disappears
I am trying to launch an AVD in Android Studio on Mac OSX. I create it and then I launch it.
The problem is that the AVD icon quickly appears in the dock and immediately disappears.
Note that the ...
1
vote
1
answer
5k
views
Android studio how to see more phone models in the simulator
I've noticed that in the simulator of Android Studio there's not the Samsung S6, Edge, s7 ecc. This are the one I have:
Is there a way to have them? Because I would like to test my app on them.
0
votes
1
answer
226
views
Can't run AVD in Android Studio
This list of errors show up everytime I try:
Cannot launch AVD in emulator. Output: emulator: WARNING: VM heap size
set below hardware specified minimum of 384MB emulator: WARNING:
Setting VM ...
-1
votes
1
answer
333
views
After running Android Studio I got "Cannnot launch AVD emulator" error [duplicate]
This is the first project with Android Studio. When I run the project, I have got the following error:
I have installed Intel HAXM installer(accelerator).
I don't see a list(empty list) from "Choose ...
7
votes
6
answers
19k
views
Android Emulator Does Not Start
I have installed all of the necessary parts and the ADT plugin for Eclipse. When I create an Android virtual device and start it, nothing appears. I get the box where the green status bar shows up and ...
5
votes
10
answers
37k
views
Android app not showing in the emulator
I installed eclipse, android sdk, created AVD (tried with different versions), then created simple hello world program (autogenerated).
When I run it, it supposed to load up and show helloworld ...
0
votes
1
answer
1k
views
How can I determine if my Android application is running in an AVD [duplicate]
Possible Duplicate:
How can I detect the Android emulator?
Is there a way to reliably and programatically determine if my app is running on an AVD vs. real hardware?
Previously I've had good luck ...