Starting Android AVD crashes with java.awt.HeadlessException 的解决方案

来源:互联网 发布:安卓2.1软件 编辑:程序博客网 时间:2024/04/29 04:39

原文链接: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





原创粉丝点击