I integrated Ads Interface from http://docs.giderosmobile.com/interface/ads in my Android Studio project, but trying to run on my device it crashes. It didn't before integrating Ads Interface.
@vyh77 it could happen if you support some platform as armv6 or x86, etc but don't have ads binaries for them. is libads.so in every directory of your libs directory of your exported project?
I was trying to use Ads Interface with Chartboost, but I was never able to make it work (error in my previous post). Today I tried with AdMob and I get this error:
Error:(58, 28) No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). Error:(58, 28) Execution failed for task ':app:processDebugResources'.
@vyh77 your previous post does not really indicate any error, well it has error, but right after it there should be more information about it, but in your case thats were the log stops for some reason.
About "No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')." that basically means that you need to link google play service to your project:
thats really interesting, because somewhat meaningful error should usually come after Fatal signal 11 message, but in your case there is nothing
I have not used Android Studio, so no it have not been tested, but it should not matter, that's just an IDE. But maybe the error that should follow is showed in some other place?
Comments
Try with updated git repository:
https://github.com/gideros/giderosplugins
is libads.so in every directory of your libs directory of your exported project?
@ar2rsawseen yes, I have those files. (attached)
it seems they are in the wrong place then. They should be in the same directory, where libgideros.so files are.
Unfortunately I'm not familiar with Android Studio and can't tell where exactly that is
I moved the 3 libads.so files together with the other .so files, but the error I get now looks even worse...
Error:(58, 28) No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
Error:(58, 28) Execution failed for task ':app:processDebugResources'.
anyone knows how to solve it?
About "No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version')."
that basically means that you need to link google play service to your project:
https://developer.android.com/google/play-services/setup.html
01-25 10:56:03.622 2738-2757/com.coolgameslab.giraffeworld.free A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x0000002c (code=1), thread 2757 (Thread-3854)
Checking on internet, every developer has solved it in a different way.
A question, has the Ads Interface been tested on Android Studio?
I have not used Android Studio, so no it have not been tested, but it should not matter, that's just an IDE. But maybe the error that should follow is showed in some other place?