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

In my case, the cause was slightly different. Apparently, putting a synchronized statement inside a try/catch block causes the VerifyError , as ...

Lee mas