如何在 android studio 中添加 Mopub 广告

Posted

技术标签:

【中文标题】如何在 android studio 中添加 Mopub 广告【英文标题】:How to add Mopub ads in android studio 【发布时间】:2020-08-27 21:48:12 【问题描述】:

您好,我已经尝试了所有方法。但我失败了,如果有人可以解决我的问题,请帮助我。 我想在 android studio 中集成 Mopub 广告。 我已经尝试过这个(https://developers.mopub.com/publishers/android/integrate/#option-3-cloned-github-repository),但不知道我是怎么出错的。

Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method implementation() for arguments [com.mopub:mopub-sdk:@aar, build_2jh7i72qxdht1wclzb0v2ink0$_run_closure1$_closure3$_closure5@13b54e85] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

我的 build.gradle

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript 

    repositories 
        jcenter()
        google()
        maven  url "https://s3.amazonaws.com/moat-sdk-builds" 
    
    dependencies 
        classpath 'com.android.tools.build:gradle:3.6.3'
        classpath 'com.google.gms:google-services:4.3.3'
        implementation('com.mopub:mopub-sdk:@aar') 
            transitive = true
        
        // NOTE: Do not place your application dependencies here; they belon
        // in the individual module build.gradle files
    


allprojects 
    repositories 
        jcenter()
        google()

    


task clean(type: Delete) 
    delete rootProject.buildDir

【问题讨论】:

【参考方案1】:

implementation('com.mopub:mopub-sdk:5.13.1@aar') 进入您的应用(不是项目)build.gradle

【讨论】:

以上是关于如何在 android studio 中添加 Mopub 广告的主要内容,如果未能解决你的问题,请参考以下文章

如何在Android Studio中添加RecyclerView-v7支持包

如何在 android studio 中添加 *.jack?

如何在android studio中添加按钮点击事件

如何在 android studio 中添加 Mopub 广告

如何在 Android Studio 中添加任何 jar 文件? [复制]

如何在 Android Studio 中添加 .so、.mk 等原生文件?