代码之家  ›  专栏  ›  技术社区  ›  Lucky_girl

android 9中ad.loadclass中的ClassNotFoundException(API 28)

  •  2
  • Lucky_girl  · 技术社区  · 6 年前

    我在生产中有一个应用程序,安卓9的一些用户得到了这个错误:

     ClassNotFoundException in ad.loadClass in Android 9 (API 28)
    

    这是更详细的报告,似乎广告有问题。 我使用的是这个版本的谷歌广告:

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

    有什么解决办法吗?

    enter image description here

    1 回复  |  直到 6 年前
        1
  •  1
  •   Lucky_girl    6 年前

    我在manifest中添加了这一行,似乎这个错误消失了:

     <uses-library android:name="org.apache.http.legacy" android:required="false" />