我使用的是Mac,我安装了Eclipse for Java开发人员软件来编写Android程序,并且我成功地安装了ADT插件。现在,当我尝试运行developer.android.com站点中的hello world程序时,会显示以下警告:
Warning once: This application, or a library it uses, is using `NSQuickDrawView`, which has been deprecated. Apps should cease use of `QuickDraw` and move to `Quartz`.我的模拟器只显示android,而不是显示hello world
有人能帮帮忙吗?
发布于 2011-03-19 15:27:22
模拟器可能需要相对较长的时间才能启动,在此期间它只显示闪烁的android文本。你给它足够的时间了吗?
https://stackoverflow.com/questions/5360760
复制相似问题