문제

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.

올바른 솔루션이 없습니다

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top