Thursday, November 12, 2015

Android gradle build: java.io.IOException: The same input jar /app/libs/zxing.jar] is specified twice

Android gradle  build:     java.io.IOException: The same input jar     /app/libs/zxing.jar] is specified twice


Don't use -libraryjars or -injar or -oujar in your proguard file


reference:

http://stackoverflow.com/questions/29343214/android-proguard-same-jar-specified-twice

No comments:

Post a Comment