react-native-admob / admob

Admob for React Native with powerful hooks and components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crash on start up (only on emulator)

brobin002 opened this issue · comments

Description

App crash on start up (only on emulator) with the error:

AndroidRuntime: java.lang.LinkageError: Method java.lang.Object com.google.android.gms.internal.ads.vq3.a() overrides final method in class Lcom/google/android/gms/internal/ads/mq3;

Package versions

  • React Native: 0.64.2
  • React Native AdMob: 2.0.0
  • Java & Gradle: 4.1.0

Affected platforms

  • Android

I have the same issue. Is there any update for this? I tried the 2.0.1 version too but the problem isn't solved.

Could you guys try upgrading your projects' gradle version and see if it fixes.

Related issue: googleads/googleads-mobile-flutter#471 (comment)

Upgrading my project gradle fixes the issue! Thanks!

Upgrading my project gradle fixes the issue! Thanks!

Hi! What gradle version did you update to? And what process did follow to perform the update?

Thanks in advance!