Issue
Cannot launch AVD
in emulator.
i did what you have mentioned..but still facing the error as:
Hax is enabled
Could not load func glBindFramebuffer
Hax ram_size 0x60000000
Could not load func glGenFramebuffers
HAX is working and emulator runs in fast virt mode.
Could not load func glFramebufferTexture2D
Could not load func glCheckFramebufferStatus
Could not load func glDeleteFramebuffers
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
adb_server_notify: Failed to establish connection to ADB server
i don't know what is this since am a beginner to android development...pls anyone help me to get rid off this?!!!
Solution
You have to change your heap size. Go to the AVD configuration and change it to 384MB or more
EDIT
The error you've included indicates that the graphics driver on your desktop machine doesn't support the GL extensions that the emulator needs. Turn off Use host GPU in the AVD settings.
Also you may check google group discussion
Answered By - Volodymyr
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.