Problems after overlaying AIR SDK on Flex SDK

只谈情不闲聊 提交于 2019-12-22 12:19:11

问题


I'm trying to overlay AIR SDK on Flex SDK on Windows machine but I am encountering issues afterwards. I tried overlaying with several official versions of both SDKs (including Apache Flex SDK) and followed the steps mentioned here: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html

However, after pasting the AIR SDK contents in the Flex SDK folder and overwriting existing files FlashBuilder reports the following Errors when I change projects SDK:

"Could not resolve <mx:ViewStack> to a component implementation."
"Could not resolve <s:SWFLoader> to a component implementation."

I made sure that the namespace version in application descriptor is stated correctly.

What am I missing to successfully overlay both SDKs?

来源:https://stackoverflow.com/questions/23262366/problems-after-overlaying-air-sdk-on-flex-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!