It looks like you're new here. If you want to get involved, click one of these buttons!
Download Flurry SDK and include it in your project.
Put libflurry.so files to according directories of your exported Gideros project (libs/armeabi and libs/armeabi-v7a)
Put Flurry.java inside "src/com/giderosmobile/android"
Open your main activity in "src/com/giderosmobile/android"
Add "System.loadLibrary("flurry");"
Add Flurry class inside externalClasses using "com.giderosmobile.android.Flurry" string.
java.lang.UnsatisfiedLinkError: Cannot load library: soinfo_relocate(linker.cpp:987): cannot locate symbol "lua_getfield" referenced by "libflurry.so"...Help me please , Thanks!
Comments
Likes: simwhi
Likes: hgy29
https://deluxepixel.com
I use FlurryAnalytics-5.5.0.jar (in libs)
I have the flurry plugin in src>com>android>plugins>flurry>GFlurry.java
I have the libs in libs (armeabi, armeabi-v7a, x86)
Here is the beginning of the activity...
https://deluxepixel.com
"com.giderosmobile.android.plugins.flurry.GFlurry",
https://deluxepixel.com
github.com/ar2rsawseen/GiderosFlurryAndroid
and there is no x86 .so for flurry in it.
Likes: hgy29, SinisterSoft, antix