freemindhack

Results 1 comments of freemindhack

错误提示:java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation 我运行从github下载的demo,没问题,但是我自己打包插件并上传到axbase,将获得id覆盖demo中的id,就出现了上面的提示,如果我将axbaseprotocol里面的接口与类分别拷贝到主app与插件app的文件中,就不会报上述错误提示,但是插件回调主app就会不成功。。。。编译环境jdk 1.7 ,android studio 2.1.2,盼回复~~