Android java.lang.VerifyError?

Look at LogCat and see what’s causing the verifyerror. It’s probably some method in a java.lang class that is not supported on the android SDK level you are using (for instance, String.isEmpty()).

Leave a Comment