gpt4 book ai didi

android - InterstitialAd 未被识别为 Android Studio 和 libgdx 的一类

转载 作者:行者123 更新时间:2023-11-30 01:29:05 24 4
gpt4 key购买 nike

我想在我的应用程序中添加插页式广告,我已完成以下操作:

1文件 -> 项目结构 -> 广告:我有标志 adMob

2。我的 gradle.build:

project(":android") {
apply plugin: "android"
apply plugin: 'com.google.gms.google-services'

configurations { natives }

dependencies {
compile project(":core")
compile "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86"
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-x86"
compile 'com.google.android.gms:play-services:8.4.0'
}
}

3。我已经添加了来自 this tutorial 的代码

但我有问题...当我添加库时,不工作....: enter image description here

我没有添加库来识别类...我该如何解决?

最佳答案

尝试添加以下内容:

dependencies {
compile 'com.google.android.gms:play-services-ads:8.4.0'
}

android 项目中 build.gradle 文件的底部(不是 core 项目下的那个) ).

关于android - InterstitialAd 未被识别为 Android Studio 和 libgdx 的一类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36014269/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com