你好我对Android和android studio .i构建了一些测试应用程序和一些应用程序。当我尝试为此视频 (Link to mobile ads garage video)导入移动广告sdk for admob时,它会给我一个错误
Image of error in messages view
当我点击消息视图中的安装存储库和同步项目选项时,我的光标变成指针和android工作室卡住了。一段时间后它变得正常并且不安装任何东西。
我通过检查文件>项目结构>广告
中的admob选项启用了google admob这是app模块的build.gradle文件。
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
defaultConfig {
applicationId "com.bilalep.swiftbrowser"
minSdkVersion 17
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.google.android.gms:play-services-ads:+'
testCompile 'junit:junit:4.12'
}
希望能解决我的问题。
答案 0 :(得分:0)
编译'com.google.android.gms:play-services-ads:10.0.1'
使用上面的代码而不是编译'com.google.android.gms:play-services-ads:+'