在尝试在 Kindle Fire HD 8.9 上调试时实现 stage.stage3Ds 的答案为空。我尝试将 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>