将 BlackBerry 应用程序与 Flury 集成

发布于 2024-10-18 20:49:21 字数 266 浏览 3 评论 0原文

有人能够成功地将 Flurry 与 BlackBerry 移动应用程序集成吗?我已将 FlurryAgent.jar 导入到我的项目中,但是当我运行该应用程序时,出现错误“未找到模块‘FlurryAgent’”。我已尝试以下操作:

  • 预验证 .jar 文件
  • 将 .jar 文件添加到库项目的构建路径(我的主项目引用)

在尝试上述操作后,它仍然对我不起作用 - 我正准备拉取我头发乱了,确实没有一个有用的指南来做到这一点。

谢谢!

Has anyone been able to successfully integrate Flurry with a BlackBerry mobile application? I have imported the FlurryAgent.jar into my project, yet when I go to run the application I am given the error "Module 'FlurryAgent' not found." I have tried the following:

  • Preverifying the .jar file
  • Adding the .jar file to the build path of a library project (that my main project references)

It is still not working for me after trying the above - I'm getting ready to pull my hair out, there really isn't a helpful guide to do this.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

一念一轮回 2024-10-25 20:49:21

在项目属性中,转到“Java 构建路径”部分,然后转到“订单和导出”选项卡。确保选中 Flurry 组件的复选框。

这为我解决了。

In your project properties, go to the Java Build Path section, and then the Order and Export Tab. Make sure the check box for the Flurry component is checked.

That solved it for me.

许一世地老天荒 2024-10-25 20:49:21

在我一年前做的一个应用程序中,Flurry 运行得很好。我刚刚将 FlurryAgent.jar 文件添加到构建路径,然后调用 FlurryAgent.onEvent(String);

我正在将 NetBeans IDE 与 Blackberry JDE 4.5 结合使用

Flurry was working fine for me in an application I did a year ago. I just added the FlurryAgent.jar file to the build path and then called FlurryAgent.onEvent(String);

I was using NetBeans IDE with Blackberry JDE 4.5

烧了回忆取暖 2024-10-25 20:49:21

提供的 jar 已经经过预先验证,因此应该没有效果。 Mugur 是正确的,flurry jar 必须包含在应用程序项目的构建路径中,并且必须包含在构建的应用程序中。

The supplied jar is already preverified, so that should have no effect. Mugur is right that the flurry jar must be included in the build path of the application project and must be included in the built application.

饭团 2024-10-25 20:49:21

我们 (Localytics) 提供源代码形式的客户端库,使与 BlackBerry 的集成变得非常非常容易。

我们与 Flurry 竞争,但您可能想尝试一下:http://wiki.localytics.com

We (Localytics) provide our client libraries in source code to make integration with BlackBerry much, much easier.

We compete with Flurry, but you might want to give it a try: http://wiki.localytics.com

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