Hi,
I have finally decided to take the plunge and learn how to create libraries. I downloaded the compiler, and got the FirstLib library to compile and work
However, when I try the 'Flurry' example, I get the following compiler error message:
Can anyone that is more enlightened help?

I have finally decided to take the plunge and learn how to create libraries. I downloaded the compiler, and got the FirstLib library to compile and work
However, when I try the 'Flurry' example, I get the following compiler error message:
Starting step: Compiling Java code.
javac 1.7.0_45
C:\Users\PR\Documents\B4J\LibraryCompiler\SimpleLibraryCompiler\Flurry\src\anywheresoftware\b4a\objects\FlurryAgentWrapper.java:22: error: cannot find symbol
FlurryAgent.onStartSession(ba.context, ApiKey);
^
symbol: variable context
location: variable ba of type BA
1 error
Error.
Can anyone that is more enlightened help?