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()).
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()).