-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AXFlurryEventRecordStatus cannot be resolved to a type #19
Comments
Hi, I'm getting the same issue, any news? |
@udirub Those types introduced in Flurry, and I'm the one who added it in iOS. I don't think Android code catches up with it. Someone might contribute to Android for this. |
If anyone could fix this issue, please submit a pull request. Many thanks. |
On the C++ side we have a typedef defined on the AnaliticX.h typedef enum { But I'm not sure what to do on the Java side, I tried to recreate the typedef but the returns funcions are falling to cast. |
If it helps, I managed to get the AnalyticXBridge.java file to compile, I downloaded latest Flurry Android SDK, replace the FlurryAgen.jar with the FlurryAnalytics-6.2.0.jar (or whatever version is), on the AnalyticXBridge.java rename AXFlurryEventRecordStatus to FlurryEventRecordStatus, and be sure we import all package: But then I get a run time error: Will keep you guys updated with my progress. |
I have pushed some changes to make this work on Android. |
Hi all, if @jmgomezg 's pull request has fixed the issue, please let me know and I'll close the issue. |
I have no android dev environment with me right now, so if you guys think it's cool, please go ahead :) 👍 |
Sorry let me do some more checks, now I'm not 100% sure yet it's logging the events properly. I will confirm.
|
Ok all working, Flurry was just taking a while to log the events. All good now, I have an android app working nicely with Android.
|
Cool I'll close it for now. Let me know if the issue persists. |
I just downloaded the newest version and I started getting this error in AnalyticXBridge.java.
This error is also present when I load the supplied example project.
I tried to find the AXFlurryEventRecordStatus in the code but I could only find it for C++ in the header file.
Where is the AXFlurryEventRecordStatus definition for Java?
The text was updated successfully, but these errors were encountered: