Question

I work for the complete day on the Eclipse and run the apps on Emulator. But Unexpectedly sometimes the emulator Hangs up and continuously showing the error message. The Logcat is showing problem in HardwareRenderer.java enter image description here

However, Restarting the emulator solves the Issue but it wastes time. So, is there a possible way to avoid or Recover this problem.

No correct solution

OTHER TIPS

hello maybe it doesn't exactly fits into your problem... but instead of using emulator you can try using blue stacks its really fast and easy to run.... if you are using blue stacks as your emulator first start start the blue stacks and then start eclipse or whatever IDE you are using. In eclipse you can find the blue stacks emulator in devices tab ..Hope it will be useful for you.

http://infopulseukraine.com/eng/blog/Software-Development/Mobile/Bluestacks_Eclipse/

Use Genymotion, you will never experience any emulator issues. http://www.genymotion.com/

Very fast emulator, requires VM installation to work.

try this...

  1. Go to windows
  2. Android Virtual Device Manager
  3. Select your current Virtual Device
  4. Edit
  5. Disable Use Host GPU
  6. Ok

    Because if we enable Use Host GPU option, it requires high capability of your system's graphics card but mostly user does not have high quality graphics card, so it gives rendering problems. To increase the performance, enable the snapshot option.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top