android - TransformException after updating gradle version -
am using following library autobahn web sockets usage in android project.
when using old gradle version 1.3.0, not encountering issues in building & running app, whereas when update gradle version 1.5.0, encountering following issue.
error:execution failed task ':app:transformclasseswithjarmergingfordebug'.
com.android.build.api.transform.transformexception: java.util.zip.zipexception: duplicate entry: de/tavendo/autobahn/bytebufferinputstream.class
i have tried below options 1. multidexenabled set true in gradle file. 2. gradlew clean done, along clean build.
any other suggestions resolve issue great.
regards, dinesh kumar g
here interesting way add autoban build gradle. try remove jar , add in build file.
Comments
Post a Comment