简体   繁体   English

使用AIR 3.0的Android Flurry SDK

[英]Flurry SDK for Android using AIR 3.0

I am writing application for Android using Adobe AIR 3.0. 我正在使用Adobe AIR 3.0编写适用于Android的应用程序。 And I need to integrate Flurry analytics in this project. 而且我需要在该项目中集成Flurry分析。 On official site http://www.flurry.com/ I downloaded Flurry SDK for Android. 在官方网站http://www.flurry.com/上,我下载了适用于Android的Flurry SDK。 It is jar file. 它是jar文件。 How can I integrate it to my action script 3 project? 如何将其集成到动作脚本3项目中? I am using Flash builder 4.6. 我正在使用Flash Builder 4.6。 Thanks. 谢谢。

You cannot as far as I can tell. 据我所知,你无法做到。 There is no way to include native development SDKs in your Air/Flex applications. 无法在Air / Flex应用程序中包含本机开发SDK。

The problem is that your AIR application doesn't have direct access to the native SDKs functionality; 问题是您的AIR应用程序无法直接访问本机SDK功能。 only the functionality that Adobe has bubbled to the surface. 只有Adobe冒出的功能。 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. 由于Flurry的SDK与本机Java实现直接交互,因此Adobe必须编写代码以使这些事件,触发器,方法和类可以在AIR运行时内部进行访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM