Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Air depthAndStencil在应用程序XML中抛出错误103_Air_Stage3d - Fatal编程技术网

Air depthAndStencil在应用程序XML中抛出错误103

Air depthAndStencil在应用程序XML中抛出错误103,air,stage3d,Air,Stage3d,在试图实现解决问题的过程中。我尝试将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 unexpect

在试图实现解决问题的过程中。我尝试将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>

[此值将被输出app.xml中的Flash Builder覆盖]
直接的
真的

看起来depthAndStencil选项仅适用于AIR 3.2及以上版本

查看用于生成应用程序描述符文件的模板文件:

[AIR SDK ROOT]\templates\air\descriptor-template.xml
depthAndStencil条目首先出现在AIR 3.2 SDK附带的模板文件中

编辑:


确认。请参阅3.2 SDK的发行说明:

您针对的AIR版本是什么?(而且判决应该是真的,不是假的)是的,应该是真的。我的目标是KindleFireHD的AIR 3.1