Verifcation of.. drives me crazy
问题 Everytime I run my app (device or emulator is the same), even when not doing any change in code, I get for every method from my largest Activity this: W/art: Verification of void com.xyz.abx.setCredit(boolean) took 343.200ms As the app is quite big, this process takes a few minutes everytime and literally drivers me mad. The strange thing is that it doesn't do that for all the other smaller Activities. I have android:vmSafeMode="true" in the Manifest as suggested in an SO thread, but to no