1

I have created android-n emulator but when trying to start it, i got this error.

enter image description here

I have android-n preview sdk and system image already installed.

Note: Problem appears only in Android-n emulator, android marshmallow and lolipop emulators are working perfectly.

Rocky
  • 268
  • 2
  • 3
  • 13

1 Answers1

0

It's not an AVD problem. You basically have the best answer written in your image. Zoom out and try links. You're using 2 hypervisors 1 for AVD on top of Virtual Box, which doesn't like it because it tries to allocate registers VB has already allocated(it will crush if you take them out, because its not worked out yet). Solution: use another hypervisor or OS.

iantonuk
  • 1,178
  • 8
  • 28
  • already gone through those links, but no help. Its working sometimes and sometimes giving this error. **Solution: use another hypervisor or OS.** so i don't think this would be a solution. – Rocky Mar 25 '16 at 05:06
  • What do you mean you don't think. You **can't use Virtual Box**. period. That's what they basically tell you there. just use another system. This is VB issue has nothing to do with android. – iantonuk Mar 25 '16 at 05:11
  • or just use your phone;) Unless, of course, you will reprogram nuts and bolts of VirtualBox.. – iantonuk Mar 25 '16 at 05:18
  • The fact that it works sometimes and sometimes not doesn't mean that its a simple error. When it works it simply means that the sets of allocated registers did not cross. It's mostly an undefined behaviour, not smth that you can control(I hope you know what "registers" are). – iantonuk Mar 26 '16 at 12:57
  • And solution that I proposed IS a solution because its obviously WORKS. There nothing else to add to it. – iantonuk Mar 26 '16 at 12:58