简体   繁体   English

Android Studio AV总是无法启动吗? 如果要在笔记本电脑上运行模拟器,该怎么办?

[英]Android studio avd always not booting? What should i do if I want to run emulator on my laptop?

My laptop configuration: 我的笔记本电脑配置:

OS - Windows 7 Ultimate x64 (Dell N5010) 操作系统-Windows 7 Ultimate x64(Dell N5010)

系统配置

I have installed android studio 2.1.2 (Latest version on today(22/06/2016)). 我已经安装了android studio 2.1.2(今天(2016/06/22)的最新版本)。

And I have installed all packages of tools, extras, API23, API22, API21 Folders in android sdk manager. 我已经在android sdk管理器中安装了所有工具包,额外功能,API23,API22,API21文件夹。

And I have created AVD like all possible ways. 我已经以所有可能的方式创建了AVD。 but always AVD Starting and won't boot to home screen. 但总是AVD正在启动,并且不会启动到主屏幕。 stuck on android boot screen. 卡在android启动屏幕上。 Refer below image. 请参考下图。

在此处输入图片说明

Default 1536 MB ram for avd. 默认为1536 MB RAM。 And 2 GB for HAX. 还有2 GB用于HAX。 Tried both x86 and x86_64 System image. 尝试了x86和x86_64系统映像。

AVD Console showing like below: AVD控制台显示如下:

C:\Users\Siva\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_4_API_23
emulator: WARNING: VM heap size set below hardware specified minimum of 128MB
Could not load func glBindFramebuffer
Could not load func glGenFramebuffers
emulator: WARNING: Setting VM heap size to 384MB
Could not load func glFramebufferTexture2D
Hax is enabled
Hax ram_size 0x60000000
Could not load func glCheckFramebufferStatus
Could not load func glDeleteFramebuffers
HAX is working and emulator runs in fast virt mode.
Could not load func glIsRenderbuffer
Could not load func glBindRenderbuffer
Could not load func glDeleteRenderbuffers
Could not load func glGenRenderbuffers
Could not load func glRenderbufferStorage
Could not load func glGetRenderbufferParameteriv
Could not load func glFramebufferRenderbuffer
console on port 5554, ADB on port 5555

Ram and processor running fully. Ram和处理器完全运行。 this is my CPU meter gadget. 这是我的CPU仪表小工具。

在此处输入图片说明

Please help me to run AVD in my desktop. 请帮助我在桌面上运行AVD。

Just select software GLES from the Emulated performance in AVD settings and you're done, that's what I did and it worked for me. 只需从AVD设置中的“模拟性能”中选择软件GLES,就可以完成,这就是我所做的,并且对我有用。

在此处输入图片说明

Although I would use a 3rd party emulator like "Bluestacks" as it uses less memory and runs better especially on older PC's with a smaller amount of RAM. 尽管我会使用诸如“ Bluestacks”之类的第三方仿真器,因为它使用的内存更少,并且运行效果更好,尤其是在具有较少RAM的旧PC上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我无法在 android Studio 中启动我的 AVD 或仿真器 - I am not able to start my AVD or Emulator in android Studio 我的AVD未加载我应使用哪些设置来运行它 - my AVD is not loading what are the setting i should use to run it 我似乎无法在Android Studio上运行我的AVD - I can't seem to run my AVD on Android Studio Android Studio:如何解决我的 AVD 终止问题? - Android Studio: How do I fix my AVD termination issue? 我可以使用 Android studio Avd manger 在 Windows 上运行 iOS 模拟器吗? - Can I run iOS emulator on Windows using Android studio Avd manger? 当我要开始我的AVD时,我从Android Studio获得了以下屏幕,要克服此问题,我要怎么办? - when i'm going to start my AVD i get the following Screen from Android studio, To overcome this issue what i gonna do? 我无法启动 avd 模拟器 (android studio) 或在我的设备中进行测试 - i can't start avd emulator (android studio) or test in my device 如何在 Android Studio 中调整 AVD 模拟器 window 的大小? - How can I resize the AVD emulator window in Android Studio? 我的应用程序可在AVD模拟器中运行,但在Bluestacks中运行时会崩溃 - My app works in AVD emulator, but crashes when I run in Bluestacks 我正在尝试运行我的AVD模拟器,为什么会发生这种情况 - I am trying to run my AVD emulator and why is this happening
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM