java - Error Building Android APK - duplicate v4 widget -


when "build apk," getting "duplicate entry" error.

it's fine when build , run in emulator, or on actual device. when go build apk upload, fails.

there ton of similar questions on stackoverflow, point out support-v4 culprit...and error spells out well. i've tried eliminating of them no avail. appreciated.

here error:

 error:execution failed task ':app:transformclasseswithjarmergingfordebug'. > com.android.build.api.transform.transformexception: java.util.zip.zipexception: duplicate entry: android/support/v4/widget/compoundbuttoncompatlollipop.class 

and here app's gradle.build. put in gist make more readable.

https://gist.github.com/crowell256aa/eb38857b76bee88c8d66782d8fcf83b8


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -