Hi all,
I am having problems with launches my app with ads(admob). I am exporting from gideros as Androidstudio option, so I copy all the files like tuto said, but app crashes.
This is log: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Z8g_NextIdv"
When I used eclipse i didnt have problems, maybe I should keep using eclipse option in android studio, but I dont know how to build in the new method.
I have seen other post with similar problems, but nothing excatly this.
Maybe any of you know the guide to apply ads admob using android studio code version of the project.
Thanks very much,
pj
Comments
The user you get indicates that the plugin lib (.so) wasn't compiled with the same gideros version as core libs. Did you do a clean export and used the plugin libs coming from your gideros installation folder (All Plugins/ads) ?
Likes: theone10
Likes: hgy29