Execution failed for task: app:transformDexArchiveWithExternalLibsDexMergerForDebug

T

tefracky

App-Anbieter (kostenlos)
184
Hallo zusammen,

ich bekomme in Android-Studio folgende unerklärliche Fehlermeldung:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

Ich habe natürlich schon einiges gegooglet, aber ich bekomme sie einfach nicht weg. Auch ein Clean und Rebuild bringt nichts, da Gradle einwandfrei synct.
Hier noch ein paar weitere Infos:

App build.gradle
Code:
apply plugin: 'com.android.application'

android {
    signingConfigs {
    }
    compileSdkVersion 27
    defaultConfig {
        applicationId "de.tefracky.httvhandbuchpro"
        minSdkVersion 16
        targetSdkVersion 27
        versionCode 9
        versionName "Beta 2.4.2"
        useLibrary 'org.apache.http.legacy'
        vectorDrawables.useSupportLibrary = true
        multiDexEnabled true
        resConfigs "auto"
    }
    buildTypes {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
    buildToolsVersion '27.0.3'
}

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    //noinspection GradleCompatible
    implementation 'com.android.support:appcompat-v7:27.0.2'
    implementation 'com.android.support:design:27.0.2'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    implementation 'com.android.support:support-v4:27.1.0'
    implementation 'com.android.support:support-vector-drawable:27.1.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.1'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
    implementation 'com.github.javiersantos:PiracyChecker:1.2'
    compile 'com.android.support:multidex:1.0.1'
}

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

buildscript {
  
    repositories {
        google()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.1'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "https://jitpack.io"
        }
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

manifest.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="de.tefracky.httvhandbuchpro">

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE" />
    <uses-permission android:name="com.android.vending.CHECK_LICENSE" />

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity
            android:name=".MainActivity"
            android:label="@string/app_name"
            android:theme="@style/AppTheme.NoActionBar">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

        <provider
            android:name="android.support.v4.content.FileProvider"
            android:authorities="${applicationId}.provider"
            android:exported="false"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@xml/file_paths" />
        </provider>

        <activity
            android:name=".StartbildschirmActivity"
            android:label="title_activity_startbildschirm"
            android:parentActivityName=".MainActivity">
            <meta-data
                android:name="android.support.PARENT_ACTIVITY"
                android:value="de.tefracky.httvhandbuchpro.MainActivity" />
        </activity>
    </application>

</manifest>

Logcat
Code:
03-03 18:58:33.854 30328-30328/? E/Zygote: v2
03-03 18:58:33.855 30328-30328/? E/Zygote: accessInfo : 0
03-03 18:58:33.887 3267-3267/? E/audit: type=1320 audit(1520099913.878:6808):
03-03 18:58:33.908 3267-3267/? E/audit: type=1320 audit(1520099913.898:6809):
03-03 18:58:33.958 3267-3267/? E/audit: type=1320 audit(1520099913.948:6810):
03-03 18:58:33.979 3267-3267/? E/audit: type=1320 audit(1520099913.968:6811):
03-03 18:58:43.490 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:58:58.343 3725-4605/? E/Watchdog: !@Sync 1862 [2018-03-03 18:58:58.343]
03-03 18:59:13.443 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 4ms lastUpdatedAfter : 60112 ms mFlush_time_threasold : 2000 mCurrentSize : 505
03-03 18:59:13.683 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:28.349 3725-4605/? E/Watchdog: !@Sync 1863 [2018-03-03 18:59:28.348]
03-03 18:59:36.050 3725-5179/? E/MARsPolicyManager: Package: com.astragon.cs2016 hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{45bab22 30273:com.android.externalstorage/u0a12}
03-03 18:59:36.192 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 18:59:36.196 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 18:59:36.284 3725-5179/? E/MARsPolicyManager: Package: com.astragon.cs2016 hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{45bab22 30273:com.android.externalstorage/u0a12}
03-03 18:59:36.439 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 18:59:36.442 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 18:59:49.359 30383-30383/? E/Zygote: v2
03-03 18:59:49.360 30383-30383/? E/Zygote: accessInfo : 0
03-03 18:59:49.677 3725-3725/? E/SemContext.CaeProvider: setAttribute() : attribute is null!
03-03 18:59:49.746 30405-30405/? E/Zygote: v2
03-03 18:59:49.747 30405-30405/? E/Zygote: accessInfo : 0
03-03 18:59:51.069 3725-30426/? E/BatteryStatsService: no controller energy info supplied
03-03 18:59:51.077 30427-30427/? E/Zygote: v2
03-03 18:59:51.078 30427-30427/? E/Zygote: accessInfo : 0
03-03 18:59:51.097 3725-30426/? E/BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
03-03 18:59:51.144 30440-30440/? E/Zygote: v2
03-03 18:59:51.145 30440-30440/? E/Zygote: accessInfo : 0
03-03 18:59:51.278 30427-30427/? E/MOK: INIT !!!
03-03 18:59:51.306 3725-4014/? E/SdpServiceKeeper: isLicensed {pid:4143 uid:10004 userid:0 doPkg:null}
03-03 18:59:51.306 3725-4014/? E/SdpServiceKeeper: System app. Skip license activation
03-03 18:59:51.311 3725-8058/? E/SdpServiceKeeper: isLicensed {pid:4143 uid:10004 userid:0 doPkg:null}
03-03 18:59:51.311 3725-8058/? E/SdpServiceKeeper: System app. Skip license activation
03-03 18:59:51.405 3725-4987/? E/TLC_TZ_KEYSTORE:: Self Test Succeded
03-03 18:59:51.407 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.407  3725: 4987 E/         ]
                                                   TimaKeyStore: tima_check_tzdriver success : 0
03-03 18:59:51.428 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 6ms lastUpdatedAfter : 37985 ms mFlush_time_threasold : 2000 mCurrentSize : 223
03-03 18:59:51.451 3725-4987/? E/TLC_TZ_KEYSTORE:: Self Test Succeded
03-03 18:59:51.453 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.453  3725: 4987 E/         ]
                                                   TimaKeyStore: tima_check_tzdriver success : 0
03-03 18:59:51.477 3725-4987/? E/TLC_TZ_KEYSTORE:: Inside TZ_KEYSTORE_encrypt_filename()
03-03 18:59:51.521 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.521  3725: 4987 I/         ]
                                                   TimaKeyStore: encryptFilename : filename is: D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58
03-03 18:59:51.534 3725-4987/? E/TLC_TZ_KEYSTORE:: Inside TZ_KEYSTORE_encrypt_filename()
03-03 18:59:51.539 3725-4045/? E/WifiWatchdogStateMachine: Unhandled message { when=-3ms what=135229 target=com.android.internal.util.StateMachine$SmHandler } in state ValidNonSwitchableState
03-03 18:59:51.593 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.593  3725: 4987 I/         ]
                                                   TimaKeyStore: encryptFilename : filename is: D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58
                                                   
                                                   [ 03-03 18:59:51.593  3725: 4987 I/         ]
                                                   TimaKeyStore: /data/misc/fips_tima_keystore/user_0/D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58 exists
03-03 18:59:51.596 3725-4987/? E/TLC_TZ_KEYSTORE:: Inside TZ_KEYSTORE_encrypt_filename()
03-03 18:59:51.619 5242-5242/? E/PeopleStripeProcessMonitor: getTopActivity : MultiWindowFacade.taskList = null
03-03 18:59:51.622 3725-4623/? E/SLocation: start setEventGeofenceCellDatas : 0
03-03 18:59:51.623 3725-4623/? E/SLocation: end setEventGeofenceCellDatas
03-03 18:59:51.646 3725-4623/? E/SLocation: start setEventGeofenceCellDatas : 0
03-03 18:59:51.646 3725-4623/? E/SLocation: end setEventGeofenceCellDatas
03-03 18:59:51.668 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.668  3725: 4987 I/         ]
                                                   TimaKeyStore: encryptFilename : filename is: D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58
                                                   
                                                   [ 03-03 18:59:51.668  3725: 4987 I/         ]
                                                   TimaKeyStore: /data/misc/fips_tima_keystore/user_0/D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58 exists
03-03 18:59:51.670 3725-4987/? E/TLC_TZ_KEYSTORE:: Inside TZ_KEYSTORE_encrypt_filename()
03-03 18:59:51.684 5242-5242/? E/PeopleStripeProcessMonitor: getTopActivity : MultiWindowFacade.taskList = null
03-03 18:59:51.717 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.717  3725: 4987 I/         ]
                                                   TimaKeyStore: encryptFilename : filename is: D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58
                                                   
                                                   [ 03-03 18:59:51.717  3725: 4987 I/         ]
                                                   TimaKeyStore: /data/misc/fips_tima_keystore/user_0/D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58 exists
03-03 18:59:51.717 3725-4987/? E/TLC_TZ_KEYSTORE:: Inside TZ_KEYSTORE_encrypt_filename()
03-03 18:59:51.744 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.744  3725: 4987 I/         ]
                                                   TimaKeyStore: encryptFilename : filename is: D4AC50133B144B7417D4FBE899AAB0F1EC3E0426B0EB1061F27E4C62F751B825D60270988564975F931FFA0BF490AD9371FF19C612C4410E09C39FBAA218DC58
03-03 18:59:51.772 3725-4987/? E/TLC_TZ_KEYSTORE:: Count : 1, Ret : 0
                                                   
                                                   [ 03-03 18:59:51.772  3725: 4987 I/         ]
                                                   TimaKeyStore: returning bytearray
03-03 18:59:51.773 6932-7089/? E/SharedPreferencesImpl: Couldn't create directory for SharedPreferences file /data/user/0/com.samsung.android.service.peoplestripe/shared_prefs/setting.xml
03-03 18:59:51.780 3297-3331/? E/SDP_DAEMON_SKMM2: int __read_payload(int, void *, size_t)(size:660)
03-03 18:59:51.783 6932-7089/? E/SharedPreferencesImpl: Couldn't create directory for SharedPreferences file /data/user/0/com.samsung.android.service.peoplestripe/shared_prefs/setting.xml
03-03 18:59:51.788 3297-3331/? E/SKMM_v2.0_Mobicore_Helper: InitMode: 0
03-03 18:59:51.855 3725-4987/? E/SDP.CRYPTO: int sdp_drv_on_unlocked(int, const char *, int)(0)
03-03 18:59:51.858 3725-4987/? E/SDP.CRYPTO: Rpri loaded
03-03 18:59:51.859 3725-4987/? E/SDP.CRYPTO: Dpri loaded
03-03 18:59:51.859 3725-4987/? E/SDP.CRYPTO: EDpri loaded
03-03 18:59:51.860 3725-4987/? E/SDP.CRYPTO: sym loaded
03-03 18:59:51.860 3725-4987/? E/SDP.CRYPTO:     On User Unlock OK, id 0
03-03 18:59:51.860 3725-4987/? E/SdpManagerService: sendBroadcastAsUser(INTENT_SDP_STATE_CHANGED, state:2)
03-03 18:59:51.862 3725-4987/? E/SdpManagerService: sendBroadcastAsUser(ACTION_SDP_STATE_CHANGED, state:2)
03-03 18:59:52.118 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:52.204 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:52.418 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:52.551 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:52.797 30496-30496/? E/Zygote: v2
03-03 18:59:52.799 30496-30496/? E/Zygote: accessInfo : 0
03-03 18:59:52.832 3267-3267/? E/audit: type=1320 audit(1520099992.828:6812):
03-03 18:59:52.855 3267-3267/? E/audit: type=1320 audit(1520099992.848:6813):
03-03 18:59:52.874 3267-3267/? E/audit: type=1320 audit(1520099992.868:6814):
03-03 18:59:52.888 3267-3267/? E/audit: type=1320 audit(1520099992.878:6815):
03-03 18:59:53.479 30535-30535/? E/Zygote: v2
03-03 18:59:53.480 30535-30535/? E/Zygote: accessInfo : 0
03-03 18:59:53.664 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:53.794 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 18:59:54.399 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 7ms lastUpdatedAfter : 2971 ms mFlush_time_threasold : 2200 mCurrentSize : 430
03-03 18:59:54.564 30535-30604/? E/chromium: [ERROR:instance.cc(49)] Unable to locate service manifest for metrics
03-03 18:59:54.564 30535-30604/? E/chromium: [ERROR:service_manager.cc(890)] Failed to resolve service name: metrics
03-03 18:59:55.103 30535-30554/? E/System: Ignoring attempt to set property "java.net.preferIPv6Addresses" to value "false".
03-03 18:59:55.783 30535-30655/? E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)
03-03 18:59:56.536 3725-4045/? E/WifiWatchdogStateMachine: Unhandled message { when=0 what=135238 target=com.android.internal.util.StateMachine$SmHandler } in state ValidNonSwitchableState
03-03 18:59:58.361 3725-4605/? E/Watchdog: !@Sync 1864 [2018-03-03 18:59:58.361]
03-03 18:59:58.906 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 96ms lastUpdatedAfter : 4506 ms mFlush_time_threasold : 2000 mCurrentSize : 707
03-03 19:00:04.194 27061-27445/? E/DatabaseUtils: Writing exception to parcel
                                                  java.lang.SecurityException: Permission Denial: writing com.sec.android.provider.badge.BadgeProvider uri content://com.sec.badge/apps?notify=true from pid=30535, uid=10224 requires com.sec.android.provider.badge.permission.WRITE, or grantUriPermission()
                                                      at android.content.ContentProvider.enforceWritePermissionInner(ContentProvider.java:689)
                                                      at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:501)
                                                      at android.content.ContentProvider$Transport.update(ContentProvider.java:355)
                                                      at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:222)
                                                      at android.os.Binder.execTransact(Binder.java:573)
03-03 19:00:04.240 30535-30706/? E/ActivityThread: Failed to find provider info for com.teslacoilsw.notifier
03-03 19:00:05.588 27061-27072/? E/DatabaseUtils: Writing exception to parcel
                                                  java.lang.SecurityException: Permission Denial: writing com.sec.android.provider.badge.BadgeProvider uri content://com.sec.badge/apps?notify=true from pid=30535, uid=10224 requires com.sec.android.provider.badge.permission.WRITE, or grantUriPermission()
                                                      at android.content.ContentProvider.enforceWritePermissionInner(ContentProvider.java:689)
                                                      at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:501)
                                                      at android.content.ContentProvider$Transport.update(ContentProvider.java:355)
                                                      at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:222)
                                                      at android.os.Binder.execTransact(Binder.java:573)
03-03 19:00:05.601 30535-30706/? E/ActivityThread: Failed to find provider info for com.teslacoilsw.notifier
03-03 19:00:06.803 27061-27445/? E/DatabaseUtils: Writing exception to parcel
                                                  java.lang.SecurityException: Permission Denial: writing com.sec.android.provider.badge.BadgeProvider uri content://com.sec.badge/apps?notify=true from pid=30535, uid=10224 requires com.sec.android.provider.badge.permission.WRITE, or grantUriPermission()
                                                      at android.content.ContentProvider.enforceWritePermissionInner(ContentProvider.java:689)
                                                      at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:501)
                                                      at android.content.ContentProvider$Transport.update(ContentProvider.java:355)
                                                      at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:222)
                                                      at android.os.Binder.execTransact(Binder.java:573)
03-03 19:00:06.818 30535-30706/? E/ActivityThread: Failed to find provider info for com.teslacoilsw.notifier
03-03 19:00:13.104 30719-30719/? E/Zygote: v2
03-03 19:00:13.109 30719-30719/? E/Zygote: accessInfo : 0
03-03 19:00:13.144 3267-3267/? E/audit: type=1320 audit(1520100013.138:6816):
03-03 19:00:13.160 3267-3267/? E/audit: type=1320 audit(1520100013.148:6817):
03-03 19:00:13.195 3267-3267/? E/audit: type=1320 audit(1520100013.188:6818):
03-03 19:00:13.212 3267-3267/? E/audit: type=1320 audit(1520100013.208:6819):
03-03 19:00:13.256 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:00:13.262 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:00:13.453 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:00:13.456 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:00:13.521 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 11ms lastUpdatedAfter : 14615 ms mFlush_time_threasold : 2000 mCurrentSize : 583
03-03 19:00:23.635 3725-8058/? E/Sensors: Pressure old sensor_state 212995, new sensor_state : 213027 en : 1
03-03 19:00:23.856 3725-5182/? E/Sensors: Pressure old sensor_state 213027, new sensor_state : 212995 en : 0
03-03 19:00:24.046 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 19:00:28.373 3725-4605/? E/Watchdog: !@Sync 1865 [2018-03-03 19:00:28.372]
03-03 19:00:31.210 3284-3355/? E/[IMS6.0]: ImsEventLoop: select (1), errno (11)
03-03 19:00:31.234 3284-3359/? E/[IMS6.0]: IMS_onResponse() Resp Id:901
03-03 19:00:35.170 3284-3355/? E/[IMS6.0]: ImsEventLoop: select (1), errno (11)
03-03 19:00:35.171 3284-3359/? E/[IMS6.0]: IMS_onResponse() Resp Id:901
03-03 19:00:51.396 30427-30457/? E/CalendarProvider_EventLog: filePath = /data/user/0/com.android.providers.calendar/dump/0_dump_calendar_all.txt
03-03 19:00:51.422 30427-30457/? E/CalendarProvider_EventLog: filePath = /data/user/0/com.android.providers.calendar/dump/0_dump_calendar_com.android.providers.calendar.txt
03-03 19:00:51.429 30427-30457/? E/CalendarProvider_EventLog: Flush buffer to file cnt : 2 size : 18Kb duration : 36ms lastUpdatedAfter : 1520100051429 ms mFlush_time_threasold : 120000 mCurrentSize : 9282
03-03 19:00:54.478 28770-28888/? E/BtGatt.GattService: [GSIM LOG]: gsimLogHandler: com.google.uid.shared, msg: MESSAGE_START_SCAN
03-03 19:00:56.211 28770-28888/? E/BtGatt.GattService: [GSIM LOG]: gsimLogHandler: com.google.uid.shared, msg: MESSAGE_STOP_SCAN
03-03 19:00:58.382 3725-4605/? E/Watchdog: !@Sync 1866 [2018-03-03 19:00:58.382]
03-03 19:01:11.393 5242-5242/? E/PeopleStripeProcessMonitor: getTopActivity : MultiWindowFacade.taskList = null
03-03 19:01:11.530 5242-5242/? E/PeopleStripeProcessMonitor: getTopActivity : MultiWindowFacade.taskList = null
03-03 19:01:11.540 5242-5242/? E/PeopleStripeProcessMonitor: getTopActivity : MultiWindowFacade.taskList = null
03-03 19:01:11.541 5242-5242/? E/PeopleStripeProcessMonitor: getTopActivity : MultiWindowFacade.taskList = null
03-03 19:01:11.552 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 4ms lastUpdatedAfter : 58031 ms mFlush_time_threasold : 2000 mCurrentSize : 223
03-03 19:01:11.673 6932-7089/? E/SharedPreferencesImpl: Couldn't create directory for SharedPreferences file /data/user/0/com.samsung.android.service.peoplestripe/shared_prefs/setting.xml
03-03 19:01:14.244 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 30ms lastUpdatedAfter : 2691 ms mFlush_time_threasold : 2200 mCurrentSize : 976
03-03 19:01:14.781 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 19:01:17.247 10064-10064/? E/SPPClientService: [[PushClientService]] reqType : 0
03-03 19:01:17.257 10064-10064/? E/SPPClientService: [[PushClientService]] F:false, D:false, E:false, T:false, S:true, R:false
03-03 19:01:23.317 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:01:23.320 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:01:23.524 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:01:23.529 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:01:28.389 3725-4605/? E/Watchdog: !@Sync 1867 [2018-03-03 19:01:28.389]
03-03 19:01:34.044 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 7ms lastUpdatedAfter : 19800 ms mFlush_time_threasold : 2000 mCurrentSize : 204
03-03 19:01:58.396 3725-4605/? E/Watchdog: !@Sync 1868 [2018-03-03 19:01:58.396]
03-03 19:02:01.661 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:02:01.664 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:02:01.876 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:02:01.878 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:02:11.703 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:02:11.706 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:02:11.956 25372-25372/? E/MTPPlaObsrvr: playlist path before updatePlaylistPath
03-03 19:02:11.959 25372-25372/? E/MTPPlaObsrvr: playlist is not renamed [exception case : m3u, pls]
03-03 19:02:13.650 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 4ms lastUpdatedAfter : 39606 ms mFlush_time_threasold : 2000 mCurrentSize : 521
03-03 19:02:14.981 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 19:02:18.187 3725-8059/? E/Sensors: Pressure old sensor_state 212995, new sensor_state : 213027 en : 1
03-03 19:02:18.221 3725-3996/? E/wifi: failed to get channel list : -95
03-03 19:02:18.404 3725-8802/? E/Sensors: Pressure old sensor_state 213027, new sensor_state : 212995 en : 0
03-03 19:02:28.409 3725-4605/? E/Watchdog: !@Sync 1869 [2018-03-03 19:02:28.409]
03-03 19:02:58.416 3725-4605/? E/Watchdog: !@Sync 1870 [2018-03-03 19:02:58.416]
03-03 19:03:13.765 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 4ms lastUpdatedAfter : 60115 ms mFlush_time_threasold : 2000 mCurrentSize : 505
03-03 19:03:15.329 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 19:03:16.623 27834-27834/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
03-03 19:03:16.630 27834-27834/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
03-03 19:03:16.692 27834-27834/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
03-03 19:03:16.709 27834-27834/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
03-03 19:03:16.755 27834-27834/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
03-03 19:03:16.760 27834-27834/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
03-03 19:03:28.422 3725-4605/? E/Watchdog: !@Sync 1871 [2018-03-03 19:03:28.422]
03-03 19:03:58.427 3725-4605/? E/Watchdog: !@Sync 1872 [2018-03-03 19:03:58.426]
03-03 19:04:03.276 3725-5181/? E/Sensors: Pressure old sensor_state 212995, new sensor_state : 213027 en : 1
03-03 19:04:03.497 3725-8090/? E/Sensors: Pressure old sensor_state 213027, new sensor_state : 212995 en : 0
03-03 19:04:05.515 3725-3806/? E/BatteryStatsService: no controller energy info supplied
03-03 19:04:05.530 3725-3806/? E/BatteryStatsService: power: Missing API
03-03 19:04:05.547 19666-19666/? E/MtpServerJNI: server is null in send_object_removed
03-03 19:04:05.574 3725-3806/? E/BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
03-03 19:04:05.660 5221-5221/? E/CatchNotificationsService: Invalid notification data
03-03 19:04:13.881 5341-5425/? E/ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 0Kb duration : 4ms lastUpdatedAfter : 60116 ms mFlush_time_threasold : 2000 mCurrentSize : 505
03-03 19:04:28.435 3725-4605/? E/Watchdog: !@Sync 1873 [2018-03-03 19:04:28.434]


Hat jemand eine Idee woran das liegen oder wie ich das Problem lösen könnte?

Viele Grüße

Tefracky
 
Dex ensteht dann , wenn zu viele Implementationen vorhanden sind.
Ein typischen Beispiel ist , wenn man die gesamten Play-Services einbindet, anstatt nur die benötigten.
Irgendwann mal ist Schluss damit.

Was mir AdHoc auffällt :

Wozu brauchst du das hier?
Code:
useLibrary 'org.apache.http.legacy'

Schmeiss dein multidex mal raus, reduziere deine Implemenatation und schon hast du den Übeltäter
 
Also nach vielem rumprobieren habe ich einfach eine ältere build.gradle wiederhergestellt. Mit dieser Version hat es dann funktioniert, wobei ich jetzt leider auch nicht genau sagen kann, woran es gelegen hat. Wofür ich diese Library gebraucht habe, weiß ich nicht genau, AndroidStudio wollte sie irgendwann einmal importieren...
 

Ähnliche Themen

S
Antworten
0
Aufrufe
908
So80s
S
F
Antworten
1
Aufrufe
3.086
swa00
swa00
IWANT ANELEPHANT
Antworten
0
Aufrufe
1.651
IWANT ANELEPHANT
IWANT ANELEPHANT
Zurück
Oben Unten