android一些编译错误的解决办法,持续更新中
Posted wuhongqi0012
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android一些编译错误的解决办法,持续更新中相关的知识,希望对你有一定的参考价值。
一、java.lang.IncompatibleClassChangeError: The method 'void xxx.a()' was expected to be of type direct but instead was found to be of type virtual
解决办法:将void xxx.a()方法里用到的protected变量改为public
二、Unable to get provider android.support.v4.content.FileProvider: java.lang.ClassNotFoundException:
因为项目使用了androidx
解决办法:将android.support.v4.content.FileProvider改为androidx.core.content.FileProvider
以上是关于android一些编译错误的解决办法,持续更新中的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio使用时遇见的一些问题+解决方法(持续更新)