It looks like you're new here. If you want to get involved, click one of these buttons!
11-17 15:11:41.040: E/AndroidRuntime(23819): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Z8g_NextIdv" referenced by "/data/app/com.totebo.scrappycat-2/lib/arm/libads.so"... |
Comments
@SinisterSoft had the same error while testing, when he did not update all the binaries
The gideros binaries are in Gideros directory/SDK/lib/android
The plugins binaries are in Gideros directory/All Plugins/Pluginname/bin/android
Let me know if something is missing for you
I tend to download the entire repository and grab stuff from there. I don't usually go digging in the install directory of Gideros. Maybe worth puttin them in the main repository too? Or maybe I just need to get my act together.
And since you asked: I'm now missing libgms.so. Can't find it in the folders you mentioned, and old versions give the same error as above.
http://giderosmobile.com/labs/google-play-services
I've searched through both 2015-10 and gideros-master for "libgms.so" with no results. When I search my entire hard drive I find it, but it's an outdated version that breaks the build with the mysterious "_Z8g_NextIdv" error.
libgms was renamed to libgoogleplay to fit factory pattern of building plugins through our build flow.
https://github.com/gideros/gideros/commit/5e0b12d8de8abfd9ce5afff2799b0e8d64ba052e
but it should be the same library, only file/library name changes (which means you also need to System.load("googleplay") in your activity)
Likes: totebo
I've added all the new libs and double checked them. I've diffed the Activity so that's also up to date. What part of the guts of Gideros, that I have failed to replace, is responsible for the encryption?
So if you export and then replace binaries, they will not be able to decrypt files