paytabs支払いゲートウェイを統合する必要があります。 sdkモジュールを統合した後、アプリケーションがビルドされていない&アプリケーションがエラーを取得します。私のアプリのgradleは以下の依存関係を持っています。私は2つの依存関係の下に削除した場合、私はすべてのエラーを取得しない :Paytab支払いゲートウェイが作動しない
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: okhttp3/Address.class
更新:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.google.android.gms:play-services:9.8.0'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile 'de.hdodenhof:circleimageview:1.3.0'
compile 'com.google.code.gson:gson:2.6.1'
compile 'com.android.support:multidex:1.0.1'
compile 'com.afollestad.material-dialogs:core:0.9.1.0'
compile 'com.kyleduo.switchbutton:library:1.4.4'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
compile project(':PayTabs_SDK_SRC')
}
エラーは次のように見えます。しかし、これを使用する必要があります レトロフィット依存。何か案が?
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
あなたは私はあなたがアンドロイドSDKのzipファイルを共有してくださいすることができZIP –
を見つけることができませんジップダウンロードリンク を共有することができますか? – sukhbir