GithubHelp home page GithubHelp logo

diwu / analyticx Goto Github PK

View Code? Open in Web Editor NEW
71.0 19.0 37.0 22.66 MB

A C++ wrapper of Flurry for Cocos2d-X. Supports Android and iOS.

License: Other

C++ 74.62% Objective-C++ 3.38% C 7.81% Objective-C 11.43% Makefile 0.30% CMake 0.02% Shell 0.12% Java 2.30%

analyticx's Issues

“Package R does not exist”

When I try build android version I get this error.
Also In Cocos2dx 3.5 activity (Cocos2dxActivity) doesn't have method:

setPackageName(String packageName)

AXFlurryEventRecordStatus cannot be resolved to a type

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?

JNI should DeleteLocalRef !?

Hi~~The AnalyticX.cpp file should DeleteLocalRef when method is done?

Just like

if (!isHave) {
//do nothing
} else {
jstring stringArg0 = minfo.env->NewStringUTF("flurryLogEvent");
jstring stringArg1 = minfo.env->NewStringUTF(eventName);
jstring stringArg2 = minfo.env->NewStringUTF("false");

minfo.env->CallStaticVoidMethod(minfo.classID, minfo.methodID, stringArg0, stringArg1, stringArg2);

minfo.env->DeleteLocalRef(stringArg0);
minfo.env->DeleteLocalRef(stringArg1);
minfo.env->DeleteLocalRef(stringArg2);
minfo.env->DeleteLocalRef(minfo.classID);

}

integration in android failed cocos2d 2.2.2

in analytix.java in detectopengles20() the block seems to be for previous version of cocos2d-x like before 2.0. Could you update on how I could change this for the newer versions???

setpackage and settextfield name is undefined for package cocos2dxactivity.

java.lang.ArrayStoreException

Hi, have you ever encounter java.lang.ArrayStoreException when logging event with CCDictionary?

in my case, it only occurs in samsung devices :|

thanks mate !

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.