Verifcation of.. drives me crazy

白昼怎懂夜的黑 提交于 2019-12-10 15:00:01

问题


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 avail. I have read this thread

Art: Verification of X took Y ms and read the docs: https://developer.android.com/guide/practices/verifying-apps-art

来源:https://stackoverflow.com/questions/53150851/verifcation-of-drives-me-crazy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!