使用 AIR 3.0 的适用于 Android 的 Flurry SDK

发布于 2024-12-22 10:31:57 字数 238 浏览 1 评论 0原文

我正在使用 Adob​​e 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是我以为 2024-12-29 10:31:57

据我所知你不能。无法在 Air/Flex 应用程序中包含本机开发 SDK。

问题是您的 AIR 应用程序无法直接访问本机 SDK 功能;只是 Adob​​e 浮出水面的功能。由于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文