我正在尝试将 mopub 添加到我的应用程序中。我通过 AndroidStudio 插件安装了 sdk。并将其添加到我的 xml
<com.mopub.mobileads.mopubview
android:id="@+id/adview"
android:layout_alignParentBottom="true"
android:layout_width="fill_parent"
android:layout_height="50dp">
</com.mopub.mobileads.mopubview>
但它给了我这些错误:
The following classes could not be found:
- com.mopub.mobileads.mopubview (Fix Build Path, Create Class)
当我运行应用程序时它崩溃了:
java.lang.RuntimeException:无法启动活动 ComponentInfo{com.example.hroshandel.myapplication/com.example.hroshandel.myapplication.SimpleIntro_FragmentActivity}:android.view.InflateException:二进制 XML 文件第 15 行:膨胀类 com.mopub 时出错.mobileads.mopubview
引起:android.view.InflateException:二进制 XML 文件第 15 行:膨胀类 com.mopub.mobileads.mopubview 时出错
在 com.example.hroshandel.myapplication.SimpleIntro_FragmentActivity.onCreate(SimpleIntro_FragmentActivity.java:20)
引起:java.lang.ClassNotFoundException:在路径上找不到类“com.mopub.mobileads.mopubview”:DexPathList [[zip file“/data/app/com.example.hroshandel.myapplication-4.apk”] ,nativeLibraryDirectories=[/data/app-lib/com.example.hroshandel.myapplication-4, /vendor/lib, /system/lib]]