- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
构建项目并将应用程序部署到 API 级别 22 或 25 的模拟器没问题,但是当我尝试构建 APK 或将应用程序部署到 API 级别 16 的真实设备时,我收到以下错误:
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/common/api/zza;
我的项目build.gradle文件:
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta4'
classpath 'com.google.gms:google-services:3.0.0'
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
我的应用 build.gradle 文件:
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
defaultConfig {
applicationId "<aplication id here>"
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
final SUPPORT_LIBRARY_VERSION = '25.0.1'
final DAGGER_VERSION = '2.4'
final BUTTERKNIFE_VERSION = '8.0.1'
final TIMBER_VERISON = '4.3.0'
final LEAKCANARY_VERSION = '1.4'
final FIREBASE_VERSION = '10.0.0'
final FIREBASE_UI_VERSION = '1.0.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:design:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:recyclerview-v7:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:cardview-v7:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:support-v4:$SUPPORT_LIBRARY_VERSION"
compile "com.android.support:support-vector-drawable:$SUPPORT_LIBRARY_VERSION"
compile "com.google.dagger:dagger:$DAGGER_VERSION"
apt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
compile "com.google.firebase:firebase-database:$FIREBASE_VERSION"
compile "com.firebaseui:firebase-ui-database:$FIREBASE_UI_VERSION"
compile "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION"
apt "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION"
compile "com.jakewharton.timber:timber:$TIMBER_VERISON"
debugCompile "com.squareup.leakcanary:leakcanary-android:$LEAKCANARY_VERSION"
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
}
注意:如果我将“multiDexEnabled true”行添加到我的defaultConfig,我会收到以下错误:
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/common/api/zza.class
最佳答案
关于Android 多个 dex 文件定义 Lcom/google/android/gms/common/api/zza,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40877434/
这个问题已经有答案了: Spark 1.5.1, Cassandra Connector 1.5.0-M2, Cassandra 2.1, Scala 2.10, NoSuchMethodError
我想实现来自 https://github.com/dm77/barcodescanner 的条码扫描器库.像这样运行项目后出现错误 java.lang.NoSuchFieldError: No st
尝试从我的 QA 环境访问 mongodb 时显示以下错误。 java.lang.NoSuchMethodError: com.mongodb.MongoClient. (Ljava/util/Lis
我创建了 android 应用程序并尝试将 admob 添加到它。但它不起作用。谁能帮我解决这个错误。 [2014-04-09 15:16:51 - Dex Loader] Unable to exe
在工作中,我们使用多种工具来捕获多种指标(主要是圈复杂度和 LCOM)。我们使用它们来获取警告标志并指导先发制人的重构工作。这对提高代码质量非常有益。 但是,该过程与构建过程无关。它是单独进行的。此外
我正在查看此处显示的 LCOM 指标, http://www.ndepend.com/Metrics.aspx 所以我们说了一些事情, 1) A class is utterly cohesive i
毕竟我已经为 NDK 设法“准备”了我的 eclipse(至少我是这么认为的),它不再在 c 代码中争论了,但是现在我在执行任何时候都得到“没有找到本地 Lcom 的实现” native 代码..它也
所以,我的应用已经发布了将近一年,但没有看到这个问题,现在它出现了。 即使是现在,我的手机上的调试版本也没有这个问题。我对从 Android Studio 打开的任何模拟器没有任何问题。然而,Goog
我是 Android Studio 的新手,每次尝试运行我的应用程序时,都会遇到异常 Error:Execution failed for task ':abc:dexDebug'. com.andr
我配置了 Google 登录和 AWS 身份池。我正在尝试设置 没有 AWS 登录 UI 的 google sigin .用谷歌成功登录后,我试图在android中访问AWSMobileClient
我在 Android 项目中使用 JNetPcap 库:即使我将 JNetPcap 设置为项目的库,我也无法使用此代码访问我的 native 应用程序。 有人可以帮助我吗?拜托了 我的代码如下: im
我正在使用 Spring MVC 构建 Web 应用程序。我创建了一个名为 User 的新 VO,并创建了一个 POST 方法来处理该 VO。 VO 有默认构造函数,但我得到了 java.lang.N
我一直在四处寻找,有很多帖子与这个问题有关,但似乎没有确定的解决方案(例如 Error when building apk - "Multiple dex files define Lcom/goog
我正在尝试模拟下课。 public class testEntityDO extends BasetestDO { private String entityType; priva
我遇到了与 Firebase 集成的问题。首先,我在根级build.gradle文件中添加了规则: buildscript { repositories { maven { u
我导入gradle: implementation 'javax.mail:javax.mail-api:1.5.3' 不幸的是,我仍然收到无法加载MailLogger的错误。 2019-07-22
我在这里检查了之前的问题,它似乎是相互冲突的依赖项,但是我似乎找不到错误 Error 06-23 16:41:14.542 7770-7770/net.simplifiedlearning.fireb
以下是我不断在我的应用程序上遇到的 fatal error 。我正在尝试使用 Firebase 在我的应用程序上运行聊天信使功能。它正在运行,但此后一直使应用程序完全崩溃。我对代码进行了一些修改,希望
我正在尝试启动一个带有 Fragment 的 Activity,该 Activity 正在执行 QR 扫描,我正在为此使用这个库 > https://code.google.com/archive/p
LCOM 指标是否适用于 SonarQube 4.2 版本? 我需要将此指标添加到我的报告中,但我看不到它可用。 请让我知道是否需要添加任何特定的 jar 来获取此指标。此指标在 Sonar 3.7
我是一名优秀的程序员,十分优秀!