在Flex4 中,运行一个Flex application程序时,
报错如下:
Process terminated unexpectedly.
application descriptor not found
Launch command details: D:\java\Adobe\flexsdk\bin\adl.exe -runtime D:\java\Adobe\flexsdk\runtimes\air\win D:\backup\rds\RDSMobile\bin-debug\ui\step\DynamicMenu-app.xml D:\backup\rds\RDSMobile\bin-debug\ui\step
通常是由于所运行的application在项目src中的位置和在 项目bin-debug, bin-release-temp中的位置不一致导致的。
如果不一致,进行调整,否则,按照如下办法进行解决、
解决办法如下:
- Open the yourAppName-app.xml file that is sat in the src folder of your project, search for the <content> tag, delete whatever default rubbish exists between the tags, and replace it with yourAppName.swf (where ‘yourAppName’ should be whatever you named your app!). Example:
1 |
<content>yourAppName.swf</content> |
- Having saved the changes, copy the xml file over to the bin-debug folder (copy, not move, else Flex will complain).
Note: only edits made to bin-debug/yourAppName-app.xml will take effect.
分享到:
相关推荐
### 彻底解决USB错误-device descriptor read/64, error -62 #### 错误现象分析 在遇到“usb 1-1: device descriptor read/64, error -62”这一错误时,通常意味着当尝试读取USB设备描述符时出现了超时的情况。...
在 s3c2410_start_hc 函数中,我们需要将 UPLLCON 寄存器的值设置为 0x38|0x02<<4|0x01,接着延迟 20ms,然后将 UPLLCON 寄存器的值设置为 0x38|0x02<<4|0x02,接着延迟 20ms。这将确保 USB 设备的时钟频率设置正确...
Creating the Application Descriptor Writing the Code Packaging Your Application As an APK File and Installing It on the Device Testing and Debugging Mobile Utility Applications Installing AIR on an ...
[ ] eigenbase-properties-1.1.4-javadoc.jar 06-Dec-2013 18:28 83K [ ] eigenbase-properties-1.1.4-javadoc.jar.md5 06-Dec-2013 18:28 32 [ ] eigenbase-properties-1.1.4-javadoc.jar.sha1 06-Dec-2013 18:28...
有的时候在开发jsp时,需要使用jstl时,在jsp上面引用jstl却出现错误:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core,这是由于缺少两个jar包导致的。
在使用MyEclipse进行Web开发时,可能会遇到一个常见的错误提示:“Can not find the tag library descriptor for 'http://java.sun.com/jsp/jstl/core'”。这个错误通常意味着你的项目缺少JSTL(JavaServer Pages ...
### SSH项目部署在Window和Linux下的Weblogic上出现ClassNotFound异常解决办法 #### 背景介绍 在部署Java EE项目时,特别是采用SSH(Struts + Hibernate + Spring)架构的项目,在不同的应用服务器(如Tomcat、...
自定义一个插件,继承AbstractMojo,实现execute方法,引入该...-descriptor) on project maven-project: Error extracting plugin descriptor: ‘No mojo definitions wer e found for plugin: com.gupao:maven-pro
4. **地图样式**:GeoServer使用SLD(Styled Layer Descriptor)来定义地图的样式。SLD是一种XML格式,允许用户自定义地图的颜色、符号、标签等视觉表现。 5. **版本管理**:压缩包中的“17.0”、“1.8-SNAPSHOT”...
### ZigBee中的Profile与Descriptor详解 #### 一、Profile的理解与定义 **Profile**,在ZigBee协议中,被定义为一系列设备描述的集合,这些设备描述共同构成了一个协同工作的应用。简单来说,Profile是针对特定...
javax.servlet.descriptor javax.servlet.http ``` # 含有的 Java class(类)(此处仅列举3个): ``` javax.servlet.AsyncContext javax.servlet.AsyncEvent javax.servlet.AsyncListener ...... ```
mysql默认是线程不安全的...[MDEV-9749] InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin Lost connection to MySQL server at 'handshake- reading initial communication packet'
Device Descriptor: bcdUSB: 0x0110 bDeviceClass: 0xFF bDeviceSubClass: 0x00 bDeviceProtocol: 0xFF bMaxPacketSize0: 0x20 (32) idVendor: 0x064F (Xsh-Systems AG) idProduct: 0x0BD8 bcdDevice: 0x0106 ...
2029: Message type in message descriptor not valid.** - **含义**:消息描述符中的消息类型无效。 - **解决方案**:验证消息类型的有效性。 **29. 2030: Message length greater than maximum for queue.** - *...
4. 调用解压缩方法:你可以调用`UnzipFile`方法,传入ZIP文件的路径和目标解压缩目录,例如: ```csharp string zipFilePath = "path_to_your_zip_file.zip"; string outputDirectory = "destination_directory"; ...
4. 测试设备在不同操作系统上的行为,如Windows、macOS和Linux。 5. 生成C代码或二进制文件,方便集成到固件项目中。 在实际应用中,HID Descriptor Tool 可以帮助开发者快速迭代和调试HID设备,大大减少了开发时间...
plugin-descriptor.properties
4. **An AIR Descriptor File (app.xml)**:这是每个AIR应用的核心配置文件,定义了应用的基本信息,如应用名称、版本、图标、权限和所需的最低AIR版本等。开发者需要编辑这个文件来定制他们的应用程序设置。 5. **...
错误提示“ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)”表明监听器并不知道在连接描述符中给出的SID。这通常是因为客户端与服务器之间的...