Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top