GithubHelp home page GithubHelp logo

Comments (11)

jmgomezg avatar jmgomezg commented on August 22, 2024

Hi, I'm getting the same issue, any news?

from analyticx.

haxpor avatar haxpor commented on August 22, 2024

@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.

from analyticx.

diwu avatar diwu commented on August 22, 2024

If anyone could fix this issue, please submit a pull request. Many thanks.

from analyticx.

jmgomezg avatar jmgomezg commented on August 22, 2024

On the C++ side we have a typedef defined on the AnaliticX.h

typedef enum {
AXFlurryEventFailed = 0,
AXFlurryEventRecorded,
AXFlurryEventUniqueCountExceeded,
AXFlurryEventParamsCountExceeded,
AXFlurryEventLogCountExceeded,
AXFlurryEventLoggingDelayed
} AXFlurryEventRecordStatus;

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.

from analyticx.

jmgomezg avatar jmgomezg commented on August 22, 2024

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:
import com.flurry.android.*;

But then I get a run time error:
JNI DETECTED ERROR IN APPLICATION: the return type of CallStaticIntMethodV does not match void com.diwublog.AnalyticX.AnalyticXBridge.Bridge(java.lang.String, java.lang.String, java.lang.String)'

Will keep you guys updated with my progress.

from analyticx.

jmgomezg avatar jmgomezg commented on August 22, 2024

I have pushed some changes to make this work on Android.

from analyticx.

diwu avatar diwu commented on August 22, 2024

Hi all, if @jmgomezg 's pull request has fixed the issue, please let me know and I'll close the issue.

from analyticx.

haxpor avatar haxpor commented on August 22, 2024

I have no android dev environment with me right now, so if you guys think it's cool, please go ahead :) 👍

from analyticx.

jmgomezg avatar jmgomezg commented on August 22, 2024

Sorry let me do some more checks, now I'm not 100% sure yet it's logging the events properly. I will confirm.

El 26 nov 2015, a las 6:29, Wasin Thonkaew [email protected] escribió:

I have no android dev environment with me right now, so if you guys think it's cool, please go ahead :)


Reply to this email directly or view it on GitHub.

from analyticx.

jmgomezg avatar jmgomezg commented on August 22, 2024

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.

El 26 nov 2015, a las 6:29, Wasin Thonkaew [email protected] escribió:

I have no android dev environment with me right now, so if you guys think it's cool, please go ahead :)


Reply to this email directly or view it on GitHub.

from analyticx.

diwu avatar diwu commented on August 22, 2024

Cool I'll close it for now. Let me know if the issue persists.

from analyticx.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.