使用 AIR 3.0 的适用于 Android 的 Flurry SDK
我正在使用 Adobe AIR 3.0 编写 Android 应用程序。我需要将 Flurry 分析集成到这个项目中。在官方网站 http://www.flurry.com/ 我下载了适用于 Android 的 Flurry SDK。是jar文件。如何将其集成到我的 Action script 3 项目中?我正在使用 Flash 生成器 4.6。谢谢。
I am writing application for Android using Adobe AIR 3.0. And I need to integrate Flurry analytics in this project. On official site http://www.flurry.com/ I downloaded Flurry SDK for Android. It is jar file. How can I integrate it to my action script 3 project? I am using Flash builder 4.6. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
开发本机扩展。
http://www.adobe.com/devnet/air /articles/developing-native-extensions-air.html
Develop a native extension.
http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.html
据我所知你不能。无法在 Air/Flex 应用程序中包含本机开发 SDK。
问题是您的 AIR 应用程序无法直接访问本机 SDK 功能;只是 Adobe 浮出水面的功能。由于 Flurry 的 SDK 直接与本机 Java 实现进行交互,Adobe 必须编写代码来让这些事件、触发器、方法和方法能够被调用。类可以在 AIR 运行时内部访问。
You cannot as far as I can tell. There is no way to include native development SDKs in your Air/Flex applications.
The problem is that your AIR application doesn't have direct access to the native SDKs functionality; only the functionality that Adobe has bubbled to the surface. Since Flurry's SDK interacts directly with the native Java implementation, Adobe would have to write code to let those events, triggers, methods & classes be accessible inside of the AIR runtime.