-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update last Flurry SDK #24
base: master
Are you sure you want to change the base?
Conversation
Oh that'd be awesome. |
@xviricel could you add Android x86 support? to platform.xml ? |
With the lasts Air SDK (from 15 I think), doesn't necessary define Android x86 support ;) |
Are you saying x86 support is embedded into every ANE compiled with Air >= 15? I don't think it is. You still have to include x86 support into ant build file. Really, it takes just several lines of copy-paste code. Just open any other commercial ane and you'll see that they have a separate binary specifically for Android x86. |
This part for apk (all platform) with Air SDK 19, it's since Air SDK 16 (not 15), I don't use "-arch" today in adt command line:
|
Take a look at your build.xml — that's where extension is packaged. It should contain extra line < arg line="-platform Android-x86 -platformoptions ../build/platformandroid.xml -C Android-x86/ ."/ >
|
I'm ok with you but today it's not necessary, tested with SAMSUNG GT-P5210 (Galaxy Tab 3) |
And analytics works fine? Good to hear! |
For us yes 💃 |
You can active a developer key in Flurry and test... |
Hello, i included your ANE, but there are no events on Flurry so far.... I am doing:
Is there something wrong in here ? nb: and i call Flurry.stopSession(); when app (Starling) is paused or stopped, and Flurry.startSession(); if the app resumes |
Update Flurry SDK: