Two simulator problems encountered during Android Development

Source: Internet
Author: User

Development Environment: windows 2008 R2 x64, JDK 7u10, ADT v21.0.1-543035 I. when the Nexus 7 simulator fails to be started, the following error occurs: Starting emulator for AVD 'nexus7' Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. please contact the application's support team for more information. network search solution: Source: http://code.google.com/p/android/issues/detail? Id = 36080 method: Use the command line to start. Specify the memory to 512 MB. The default value is 512 MB. c: \ xxx> emulator-avd nexus7-memory 2. the following ERROR occurs when the GUI responds very slowly to the simulator startup: Starting emulator for AVD 'nexus7' emulator: ERROR: cocould not load OpenGLES emulation library: cocould not load DLL! Emulator: WARNING: cocould not initialize OpenglES emulation, using software renderer. interface operation, slow response network search solution: Source: batch, create a batch to start the simulator em. bat, which is stored in the sdk's tools directory, as follows: setlocalset LD_LIBRARY_PATH = K: \ android \ ide \ adt-bundle-windows-x86_64 \ sdk \ tools \ libemulator.exe-avd nexus7-memory 512-gpu on development, first use the command line to start the simulator, and then when running debugging, select the currently running AVD.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.