Re: SDL 2.0 and Interstital Ads
"M. Gerhardy" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <CAEcTRfAjqxbPKFvN0DrcoNE_7Nk_Gtf97b6P4rM1wvLupJdcsA@mail.gmail.com> |
Even though I can't answer this question in particular, you are welcome to check out my own android code where I got them working: https://github.com/mgerhardy/caveexpress - or the direkt link: https://github.com/mgerhardy/caveexpress/blob/master/android-project/src/org/base/game/BaseGameAdsActivity.java (I'm activating them them JNI - so you won't find the calling code on the java side, but here: https://github.com/mgerhardy/caveexpress/blob/master/src/modules/common/ports/Android.cpp Hope this helps. Martin On Wed, Sep 21, 2016 at 4:15 AM, Timodor <[email protected]> wrote: > Hello people not sure if this is in scope I can get Banners ads working > fine coming and going. But Interstitial Ads leave me with black screen. > This related to SDL? > > mInterstitialAd = new InterstitialAd(SDLActivity.this); > > setContentView(R.layout.main); > > These might be the issues? > > _______________________________________________ > SDL mailing list > [email protected] > http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org > > -- http://www.caveproductions.org _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org