开发者

Integrating BlackBerry application with Flurry

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 开发者_JAVA百科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!


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.


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


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜