Android ZBar Exception only with Jenkins build Android ZBar Exception only with Jenkins build jenkins jenkins

Android ZBar Exception only with Jenkins build


Add -keep class net.sourceforge.zbar.** { *; } to your proguard config file


I Dont know if you already figured it out, but this is a proguard issue. Seems your JNI classes are not being obfuscated correctly. You might need to change your proguard config to skip ZBar files.