本文主要是介绍Starting Android AVD crashes with java.awt.HeadlessException 的解决方案,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
原文链接:http://stackoverflow.com/questions/8198077/starting-android-avd-crashes-with-java-awt-headlessexception
I filed a tools bug 22025 with this. The exception is in the UI that computes your screen resolution to be able to resize the AVD window, and this is done before the emulator is started.
A workaround is to start the AVD from the command line:
$ SDK/tools/emulator @avd_name
$ SDK/tools/emulator -avd avd_name
这篇关于Starting Android AVD crashes with java.awt.HeadlessException 的解决方案的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!