virtual-device-manager

AVD Manager on Android Studio 1.5.1 and install to a custom location emulator won't run

倖福魔咒の 提交于 2020-01-03 10:46:11
问题 I installed Android Studio (1.5.1 -- see image for build details). While installing I chose the custom option so I could install a specific path. I knew that my %SystemDrive% was pointed at a network location and I wanted to install to my local disk. So, this means that by default, the application would've installed to : \networkpath\users\myUserName\Android\SDK However, since I chose the custom installation I chose a local path: c:\users\myUsername\Android\SDK Project Creation and Build Work

AVD Manager on Android Studio 1.5.1 and install to a custom location emulator won't run

混江龙づ霸主 提交于 2020-01-03 10:46:09
问题 I installed Android Studio (1.5.1 -- see image for build details). While installing I chose the custom option so I could install a specific path. I knew that my %SystemDrive% was pointed at a network location and I wanted to install to my local disk. So, this means that by default, the application would've installed to : \networkpath\users\myUserName\Android\SDK However, since I chose the custom installation I chose a local path: c:\users\myUsername\Android\SDK Project Creation and Build Work

AVD Manager launch problems

依然范特西╮ 提交于 2019-12-13 20:16:02
问题 My Android Virtual Device Manager is having launch problems. The AVD Manager buttons in Eclipse Juno do not do anything when clicked. I found the AVD Manager.exe file in the sdk folder and found that when clicked, a cmd window pops up for 1 second, closes, and then nothing. Anybody know what's wrong with my AVD Manager? 回答1: I've had exactly the same problem myself. It seems something must have changed in the AVD between versions. To solve it I went into C:\Users\(username)\.android folder

(Using Android Studio) AVD Gets Crash During Launch of My Applicaton

匆匆过客 提交于 2019-12-06 04:14:37
问题 I am New to Android application development. My AVD was working fine a day before but when I try to start it next day it stopped working by throwing the following errors: Failed to create Context 0x3005 could not get wglGetExtensionsStringARB emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not

(Using Android Studio) AVD Gets Crash During Launch of My Applicaton

只谈情不闲聊 提交于 2019-12-04 09:24:34
I am New to Android application development. My AVD was working fine a day before but when I try to start it next day it stopped working by throwing the following errors: Failed to create Context 0x3005 could not get wglGetExtensionsStringARB emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get

Increasing the Android SDK emulator speed

旧城冷巷雨未停 提交于 2019-11-28 18:49:47
How do I increase the speed of the virtual device emulator in the Eclipse SDK for Android app development? I have been searching all over the internet to find out how to speed this thing up, but I can't seem to find a fix that actually works for me. Another problem I'm having is that I can't get the RAM above 1024MB. Thanks for all the help. I have now fixed the speed. For anyone with the same problem, make sure this box is checked. However, I still can't get my RAM above 1024 MB. What's the fix for that? Method I've found which has worked on both my laptop and desktop that I use for

ADB.exe is obsolete and has serious performance problems

点点圈 提交于 2019-11-28 03:13:48
I am using Windows 10 and when I launch the Virtual Device Emulator in Android Studio I keep getting the message which reads: "The ADB binary at C:\Users\siviw\AppData\Local\Android\Sdk\platform-tools\adb.exe is obsolete and has serious performance problems with the Android Emulator. Please update to a newer version to get significantly faster app / file transfer". I am a new developer with little experience. What do I need to update to a newer version so that message is no longer shown? I am new to android as well. dkalev's answer is correct but not very descriptive for a new user. I have

Increasing the Android SDK emulator speed

断了今生、忘了曾经 提交于 2019-11-27 11:42:12
问题 How do I increase the speed of the virtual device emulator in the Eclipse SDK for Android app development? I have been searching all over the internet to find out how to speed this thing up, but I can't seem to find a fix that actually works for me. Another problem I'm having is that I can't get the RAM above 1024MB. Thanks for all the help. I have now fixed the speed. For anyone with the same problem, make sure this box is checked. However, I still can't get my RAM above 1024 MB. What's the

ADB.exe is obsolete and has serious performance problems

大城市里の小女人 提交于 2019-11-27 05:03:06
问题 I am using Windows 10 and when I launch the Virtual Device Emulator in Android Studio I keep getting the message which reads: "The ADB binary at C:\Users\siviw\AppData\Local\Android\Sdk\platform-tools\adb.exe is obsolete and has serious performance problems with the Android Emulator. Please update to a newer version to get significantly faster app / file transfer". I am a new developer with little experience. What do I need to update to a newer version so that message is no longer shown? 回答1: