猿问

错误:任务执行失败:APP:TransformesWithJarMergingForDebug‘

错误:任务执行失败:APP:TransformesWithJarMergingForDebug‘

日安。在AndroidStudio中更新Google存储库之后,我有一个问题

> Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.>

我试着把机器人组排除在外。从游戏服务中得到支持,没什么用。当我在另一台电脑上开始我的项目时,我有:

我的建筑分级:
apply plugin: 'com.android.application'apply plugin: 'com.android.databinding'android {
    compileSdkVersion 23
    buildToolsVersion "23.0.1"

    defaultConfig {
        applicationId "ru.alexeyk.myevents"
        minSdkVersion 14
        targetSdkVersion 23
        versionCode 16
        versionName "1.121"
        multiDexEnabled true
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }}dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile('com.github.nkzawa:socket.io-client:0.4.2') {
        exclude group: 'org.json', module: 'json'
    }
    compile files('libs/sentry-1.1.4.jar')
    compile 'com.android.support:appcompat-v7:23.1.0'
    compile 'com.android.support:support-annotations:23.1.0'
    compile 'com.android.support:design:23.1.0'
    compile 'com.android.support:support-v4:23.1.0'
    compile 'com.android.support:cardview-v7:23.1.0'
    compile 'com.android.support:recyclerview-v7:23.1.0'
    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.4'
    compile 'com.github.machinarius:preferencefragment:0.1.2'
    compile 'com.edmodo:cropper:1.0.1'
    compile 'com.makeramen:roundedimageview:2.1.1'
    compile 'org.ocpsoft.prettytime:prettytime:4.0.0.Final'
    compile 'com.yandex.android:mobmetricalib:2.00@aar'
    compile 'com.google.android.gms:play-services:8.1.0'
    compile 'com.google.android.gms:play-services-ads:8.1.0'
    compile 'com.google.android.gms:play-services-analytics:8.1.0'
    compile 'com.google.android.gms:play-services-identity:8.1.0'
    compile 'com.google.android.gms:play-services-gcm:8.1.0'}


大话西游666
浏览 529回答 3
3回答

慕雪6442864

在根项目文件夹中的终端执行中:./gradlew clean它帮了我。

MYYA

AndroidStudio菜单:建设/清洁项目更新旧依赖项
随时随地看视频慕课网APP

相关分类

Android
我要回答