尝试实施stage.stage3Ds is empty when debuging on Kindle Fire HD 8.9"的答案。我尝试将renderMode和detailAndStencil添加到应用程序xml文件,但在尝试调试到设备时出现此错误。
Error occurred while packaging the application:
D:\Flash\Mobile Test\bin-debug\Main-app.xml(10): error 103: application.initialWindow.depthAndStencil is an unexpected element/attribute
应用程序xml文件的initialWindow部分位于
之下<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
</initialWindow>
答案 0 :(得分:0)
看起来,depthAndStencil选项仅适用于AIR 3.2及更高版本。
查看用于生成应用程序描述符文件的模板文件:
[AIR SDK ROOT]\templates\air\descriptor-template.xml
depthAndStencil的条目首先出现在AIR 3.2 SDK附带的模板文件中。
编辑:
确认。请参阅3.2 SDK的发行说明:http://helpx.adobe.com/flash-player/release-note/release-notes-developer-flash-player.html