You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run application, it will be crashed cause:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/ads/reward/RewardedVideoAdListener;
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.reward.RewardedVideoAdListener" on path...
Please help!!
The text was updated successfully, but these errors were encountered:
Hi, currently i want to implement admob mediation with uniti ads into my application. When i try to implement
implementation 'com.unity3d.ads:unity-ads:4.0.0'
implementation 'com.google.ads.mediation:unity:4.0.0.0'
Then run application, it will be crashed cause:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/ads/reward/RewardedVideoAdListener;
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.reward.RewardedVideoAdListener" on path...
Please help!!
The text was updated successfully, but these errors were encountered: