I stumbled across Erel's tutorial on mediating ad networks through AdMob (in an app that is already showing AdMob ads fine), so thought I'd give it a try with AdColony. Per the instructions, I got the AdColony SDK & also the adapter & copied them to my Additional Libraries folder, then added:
to my project attributes region.
I went through the steps to set up an AdColony account, add the app to it & also to set up mediation on AdMob. Everything appears to be set up OK & I can see that AdMob is sending requests to AdColony, however they aren't being filled.
So - I took a look at the unfiltered logs in my app & found:
How do I set this up so that those libadcolony.so files are referenced correctly?
Thanks - Colin.
B4X:
#AdditionalJar: adcolony 'SDK jar
#AdditionalJar: adcolony-3.2.1.1.aar 'adapter jar
I went through the steps to set up an AdColony account, add the app to it & also to set up mediation on AdMob. Everything appears to be set up OK & I can see that AdMob is sending requests to AdColony, however they aren't being filled.
So - I took a look at the unfiltered logs in my app & found:
This is where I'm not sure what to do next. The SDK has a bunch of platform specific folders in it (arm64-v8a, x86, etc...) & each of these has a libadcolony.so file in it (they are all different sizes, so not the same file) - so I just dumped those folders in my Additional Libraries folder to see if that would work, but I still get the same error in the unfiltered logs. I also tried copying one of the libadcolony.so files straight into my Additional Libraries folder, but that didn't work either.Expecting libadcolony.so in libs folder but it was not found. Disabling AdColony until next launch.
How do I set this up so that those libadcolony.so files are referenced correctly?
Thanks - Colin.