1

I use the Rewarded Video Ads (Admob) but when rewired video is loaded, the menuitem in the toolbar becomes visible. Clicking menuitem rewarded.show() is active. Only a black screen appears on the screen. How do I solve this problem ?

MobileAds.initialize the settings was made.

IDE : Android Studio 3.3.1

Language : Kotlin

Lib : implementation 'com.google.android.gms:play-services-ads:17.1.1'

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

0

Try with

android:hardwareAccelerated="true"

In your Manifest (application level).

c0dehunter
  • 6,412
  • 16
  • 77
  • 139
  • Same thing happens on my app, and its already with android:hardwareAccelerated="true" In my app Manifest (application level). The problem still happens. – Leonardo Oliveira Nov 15 '19 at 13:39