2016-11-24 4 views
0

問題の発生エラー:タスク ':app:transformClassesWithJarMergingForDebug'の実行に失敗しました。有効multiDexEnabledがtrue、見つかったVolley Conflict Error

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/android/volley/AuthFailureError.class, I was added multiDexEnbled true in my gradle and also dependencies compile 'com.android.support:multidex:1.0.1' again i have facing issue its not working for me. Please help what is the correct solution

+1

チェック[この](http://stackoverflow.com/questions/37132040/duplicate-entry-com-android-を投票してくださいあなたのために働いている場合は、エラー..ボレーの最新の依存性はcompile 'com.android.volley:volley:1.0.0' ですvolley-authfailureerror-class-while-compiling-proje)、[this(http://stackoverflow.com/questions/37203309/gradle-error-duplicate-entry-com-android-volley-authfailureerror-class)または[this ](http://stackoverflow.com/questions/28168) 063/gradle-duplicate-entry-java-util-zip-zipexception) –

答えて

0

アプリケーションクラスにMultiDex.install(this);を追加しましたか?あなたは... Payumoneyなどのような任意のSDKを使用thatsのSDK(payumoney)をチェックしそう酸っぱい作るボレー の他のバージョンを使用するすべてのボレーの依存関係は、それが与える同じ他の賢明なる場合

protected void attachBaseContext(Context base) { 
    super.attachBaseContext(base); 
    MultiDex.install(this); 
} 
+0

が追加されましたが、同じ問題にまだ直面していません – user3374231

-1

これは私のための仕事ですこのanswareが私の留守

+0

申し訳ありませんが、私の友人は申し訳ありませんが、あなたの "私はそれが正当であるかどうかもわかりません。あなたがupvotesをしたい場合。あなたのコンテンツを(劇的に)改善してください。 – GhostCat

関連する問題