java.lang.VerifyError: Verifier rejected class on Lollipop when using release APK

Cleaning out the build folder resolved the problem. Not sure why ART had an issue but Dalvik did not.

Running a gradle clean task was not clearing out my build folder all the way. I had to do it manually, but clean may work for some people.

Leave a Comment