我在aptana创建了一个新的air项目,但启动它会让我
This application requires a version of the Adobe Integrated Runtime (AIR) which is no longer supported. Please contact the application author for an updated version.如何为更新版本的air更新应用程序?我怀疑这与
<application xmlns="http://ns.adobe.com/air/application/1.5">在application.xml中
发布于 2009-03-12 14:51:05
您安装了AIR 1.0运行时,主要是在2009年2月之前的某个时候。AIR 1.5是在2月的最后一周左右发布的。运行时安装程序会检查是否有更新。您将需要更新的运行时。
应该有一个链接告诉你更新应用程序(当你启动你的应用程序时)。只需单击它并安装新版本的运行时即可。如果你错过了-- here就是这个链接。
阅读有关AIR 1.5 here的更多信息。
如果我错过了真正的问题--让我知道!
https://stackoverflow.com/questions/638903
复制相似问题