Found class xxx.xxx.xxx, but interface was expected

Posted jimmyfan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Found class xxx.xxx.xxx, but interface was expected相关的知识,希望对你有一定的参考价值。

Found class xxx.xxx.xxx, but interface was expected

项目中日志进行升级,原来的日志是自己封装的,分为

  1. Log - 接口

  2. LogImpl - Log接口的实现

  3. LogFactory - Log的工厂类

升级后同事嫌麻烦,直接将Log改成实现类。变成:

  1. Log - Log实现

  2. LogFactory - Log的工厂类

然后运行时,抛出异常:java.lang.IncompatibleClassChangeError: Found class xxx.xxx.xxx.Log, but interface was expected

解决方法:

  1. 代码全部重新编译

  2. 还是用接口-实现的方式

以上是关于Found class xxx.xxx.xxx, but interface was expected的主要内容,如果未能解决你的问题,请参考以下文章

Plugin with id ‘maven‘ not found或者Plugin [id: ‘maven‘] was not found in any of the following sources

armubuntu mate apt-get 404 not found

Java的Package到底是啥概念

获得可操作项

Android Studio运行报错:无法访问XXX......请删除该文件或确保该文件位于正确的类路径子目录中

反射比较两个对象属性名相同值不同