Questions tagged [android-studio]
253 questions
47
votes
1 answer
Intellij / Android Studio Split Screen
Does Intellij / Android Studio have a split screen option similar to this in vim?
ZenBalance
- 1,989
- 5
- 16
- 12
28
votes
1 answer
What is the difference between Java CPU and PSU Releases, eg JDK SE 8u101 and JDK SE 8u102
I'm installing JDK SE 8u101 on my mac for Android Studio. Is there any reason I should pick 8u102 vs. 8u101? Are there any noticeable differences in them? Looks like they were released at the same time.
wordsforthewise
- 451
- 1
- 5
- 17
10
votes
3 answers
Will dual Xeons improve Android Studio build times?
I am an Android developer and spend a lot of my time waiting, so I have started considering a a dual Xeon setup.
I know that, for example, for a 3D rendering solution - the additional cores improve the speed pretty much linearly, so my question is -…
Alexandre G
- 431
- 4
- 10
9
votes
2 answers
Android Studio 3.6 canary 4 - Gradle throwing DefaultProjectSyncIssues exception
I updated Android Studio 3.6 Canary 3 to 3.6 Canary 4 few hours ago, and just moments ago I tried to open a project, but it didn't even configure when I opened the project.
I already had Gradle 3.6.0-alpha04 before updating to 3.6C4**
Why is Gradle…
The Badak
- 193
- 6
8
votes
3 answers
Android Emulator closed because internal error: emuglConfig_init: blacklisted=0 has_guest_renderer=1
I've searched just about everywhere for this issue: emuglConfig_init: blacklisted=0 has_guest_renderer=1 to try and solve it. Could someone shed some light on this?
Here's a screenshot of the given issue
elbitapmoC
- 81
- 1
- 1
- 2
7
votes
2 answers
How to update Android Studio from a zip file?
I am using Android Studio 1.2.1.1, and I downloaded latest update. It was given as a zip folder. How to update Android studio from that folder?
Sachith Muhandiram
- 624
- 1
- 8
- 19
6
votes
2 answers
What plugins are safe to disable on Android Studio to make it lighter?
I installed Android Studio, it has lots of plugins enabled by default and disabling them makes the program start much faster.
I'm sure I don't need all of that since I'm only a student at the moment, I'm also working with Java only.
Can someone…
cZeph
- 63
- 1
- 3
6
votes
1 answer
Android Studio not fetching documentation properly
In Android Studio editor, the ctrl-q and/or code completion popup to show related documentation does not give documentation on object. I only get a window claiming that URL's have been searched.
the following is the text from a typical popup: (with…
Chuck
- 161
- 3
6
votes
2 answers
Emulator for Android Studio doesn’t launch
Emulator for Android Studio 3.6 Canary 9 not launch when run app. Before that it worked well, but suddenly I got this:
7:15 PM Emulator: WARNING: unexpected system image feature string, emulator might not function correctly, please try updating the…
Hamzeh Gilane
- 61
- 1
- 2
6
votes
2 answers
Android studio preview not showing title bar and menu bar?
I'm trying to create an app, but for some reason i can't see the title bar and menu bar in the preview section (shown on picture).
I have tried changing the Theme, still doesn't work.
Looked up other people's issues with it, but no one seems to…
JohnDaleis
- 61
- 1
- 1
- 2
6
votes
2 answers
limit priority/threads for Gradle/Android Studio builds?
When Android Studio builds my project, it easily eats up all my 8 cores. I'd like to be able to fluently browse the internet while my app is compiling. Is there a way I can set Gradle's java processes to have a low priority (nice level > 10)?
That…
quezak
- 233
- 1
- 11
5
votes
1 answer
How do you update curl on Windows 10?
I have an issue where I cannot develop on my Windows device because the curl that comes bundled with it produces
next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326)
How do I know Windows curl is to blame?
Because I tried the…
User1291
- 517
- 3
- 7
- 22
5
votes
2 answers
When I try to update Android Studio I get " error resolving packages "
I have Android Studio 3.4.2 on Ubuntu 18.0.4
When I try to update it I get below error
error resolving packages
Package "Android Emulator" with revision at least 29.1.7 not available
I search for this error but I could not find any solution for…
Salim
- 51
- 1
- 2
5
votes
1 answer
Android Studio Port 5037 error
Whenever I run virtual emulator to test my code on android studio system starts hanging very much and then it runs the virtual device with
ERROR: AdbHostServer.cpp:93: Unable to connect to adb daemon on port: 5037
And I am unable to test my…
Yash
- 59
- 1
- 1
- 2
5
votes
1 answer
Can't add external file as sd card in AVD emulator
My problem is that when i try to add an external file SD card to a virtual device in AVD the option to do so is greyed out. Nothing I've tried to do to fix this has resulted in anything. No matter if I create a new device, alter an existing one or…
geojade
- 91
- 5