gpt4 book ai didi

android - 在 gradle 中添加 Firebase for Google Ads 时崩溃

转载 作者:搜寻专家 更新时间:2023-11-01 09:36:00 25 4
gpt4 key购买 nike

我试图在一个较旧的项目中添加谷歌广告横幅,但是当我添加到 Grandle the Firebase 并运行应用程序时它崩溃了:

这是我的gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "com...."
minSdkVersion 15
targetSdkVersion 22
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
compile 'com.google.firebase:firebase-ads:10.2.0'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile files('libs/pinch-0.8.jar')
compile files('libs/signpost-commonshttp4-1.2.1.1.jar')
compile files('libs/signpost-core-1.2.1.1.jar')
compile files('libs/signpost-jetty6-1.2.1.1.jar')
compile files('libs/twitter4j-async-3.0.3.jar')
compile files('libs/twitter4j-core-3.0.3.jar')
compile files('libs/twitter4j-examples-3.0.3.jar')
}
apply plugin: 'com.google.gms.google-services'

这是错误信息 enter image description here

该项目的第一个版本是使用 Eclipse 开发的。

最佳答案

这是因为 firebase 使用新版本的 android 支持库,而 actionbarsherlock 依赖旧版本。如果您仍想使用 actionbarsherlock,则需要对其进行一些更改,请参阅 here

关于android - 在 gradle 中添加 Firebase for Google Ads 时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43120394/

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