the android emulator does not start, avd

前端 未结 3 528
一生所求
一生所求 2021-01-01 23:11

this is my situation: I have a XPS under Ubuntu 10.04 LTS 64-bit

I downloaded the latest Android SDK with eclipse. The SDK works fine, but when I create a new AVD an

相关标签:
3条回答
  • 2021-01-01 23:45

    You ran into the same problem that I did, outlined in this issue. Find your libOpenglRender.so in your SDK tools/ directory, and rename it to something else.

    0 讨论(0)
  • 2021-01-01 23:45

    Not the solution to the OP's exact problem, but to the "the android emulator does not start, avd" nevertheless.

    Make sure there's nothing else competing for virtualization.

    I had a headless Virtual Box image running and experienced similar behavior. It would show as started, but the emulator wasn't visible. The ./emulator -verbose -avd ... would just never finish.

    0 讨论(0)
  • 2021-01-01 23:49

    You need to be patient during first run. It takes a while to load.

    0 讨论(0)
提交回复
热议问题