Flash Builder SDK 问题
Flash Builder SDK issues
所以我需要安装一个新的 SDK 才能使用我购买的 Compass ANE。我这样做了,我遇到的问题是 "TabbedViewNavigatorApplication" 不是受支持的组件。因此,经过一番研究,问题出在新的框架文件上。我从原来的4.6.0拿了framework文件(文件位置如下图):
C:\Program Files\Adobe\Adobe Flash Builder 4.7(64 位)\sdks
并将其放入新的 SDK 文件中。这解决了这个问题,但现在我遇到了另一个问题,我以前使用的旧代码现在已经损坏了。
- GeolocationEvent.UPDATE 不再被调用
- Camera.setMode() 导致崩溃
- UIComponent.addChild(视频)导致崩溃
我能够运行程序没有错误。
Event is not being triggered for Geolocation in Flex
这个人和我有类似的问题,他说他解决了他的问题,但我无法理解他做了什么:
I worked out the ultimate cause of this specific problem. It stems from Flash Builder not installing the complete Android SDK or the IOS SDK. Once I manually installed these by copying the SDK folders to their correct paths in Adobe Flash Builder, my GPS events were called successfully.
To sum up, if you get this trouble where the code and everything looks alright but it wont call up your events, then check to make sure that your latest SDKs for Flex are installed correctly for Android and or iOS
我没有使用 flex SDK 做过任何工作,如果有人可以推荐一个可以下载支持这些功能的软件的地方,或者对如何解决我的问题有任何建议,我将不胜感激。
已解决问题。万一有人找这个,我的旧 SDK 将允许我从设备 运行 应用程序,而无需请求地理定位事件的许可。新SDK强制使用权限状态事件。
现在对我来说很有意义。真希望我有一个错误弹出请求许可,而不是什么都不做。
所以我需要安装一个新的 SDK 才能使用我购买的 Compass ANE。我这样做了,我遇到的问题是 "TabbedViewNavigatorApplication" 不是受支持的组件。因此,经过一番研究,问题出在新的框架文件上。我从原来的4.6.0拿了framework文件(文件位置如下图):
C:\Program Files\Adobe\Adobe Flash Builder 4.7(64 位)\sdks
并将其放入新的 SDK 文件中。这解决了这个问题,但现在我遇到了另一个问题,我以前使用的旧代码现在已经损坏了。
- GeolocationEvent.UPDATE 不再被调用
- Camera.setMode() 导致崩溃
- UIComponent.addChild(视频)导致崩溃
我能够运行程序没有错误。
Event is not being triggered for Geolocation in Flex
这个人和我有类似的问题,他说他解决了他的问题,但我无法理解他做了什么:
I worked out the ultimate cause of this specific problem. It stems from Flash Builder not installing the complete Android SDK or the IOS SDK. Once I manually installed these by copying the SDK folders to their correct paths in Adobe Flash Builder, my GPS events were called successfully. To sum up, if you get this trouble where the code and everything looks alright but it wont call up your events, then check to make sure that your latest SDKs for Flex are installed correctly for Android and or iOS
我没有使用 flex SDK 做过任何工作,如果有人可以推荐一个可以下载支持这些功能的软件的地方,或者对如何解决我的问题有任何建议,我将不胜感激。
已解决问题。万一有人找这个,我的旧 SDK 将允许我从设备 运行 应用程序,而无需请求地理定位事件的许可。新SDK强制使用权限状态事件。
现在对我来说很有意义。真希望我有一个错误弹出请求许可,而不是什么都不做。