java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation
补丁是修改fragment的话在三星手机中会不兼容 指定下发版本5.0以上
如果出现Class ref in pre-verified class resolved to unexpected implementation异常, 请确认以下几点:Application中传入ApplicationLike的参数时是否采用字符串而不是Class.getName方式;新的Application是否已经加入到dex loader pattern中; 额外添加到dex loader pattern中类的引用类也需要加载到loader pattern中。
网友评论