Android Emulator Freezing On Startup

后端 未结 3 671
梦谈多话
梦谈多话 2021-01-27 14:41

I am trying to run an Android emulator on Ubuntu 11.10 x64 with Eclipse 3.7. I have installed the SDK, the plugin for Eclipse, have set my PATH variables to include the android-

3条回答
  •  清酒与你
    2021-01-27 15:30

    Try starting your emulator on the command line by this command : (cd to your tools folder of your android sdk before that)

    emulator -avd avdname

提交回复
热议问题