Google play services 5.0.77

前端 未结 10 1237
我寻月下人不归
我寻月下人不归 2021-01-30 04:23

From the 25th of june two unrelated apps that are using ads started to have this NPE

java.lang.NullPointerException
   at zo.a(SourceFile:172)
   at aeh.a(SourceF         


        
10条回答
  •  爱一瞬间的悲伤
    2021-01-30 04:50

    According to: https://groups.google.com/forum/#!topic/google-admob-ads-sdk/DkjtCx_Zvn8

    Some have had a success by adding android:theme="@android:style/Theme.Translucent" to activity android:name="com.google.android.gms.ads.AdActivity" in the manifest.

    I'm rolling out a new version with that fix now. Will see in a couple of days if it helps.

提交回复
热议问题