E/AndroidRuntime(24972): org.litepal.c.b: can not find a class named org.litepal.model.Table_Schema 集成了litepal之后报这个错 最终发现是AS配置了代码混淆 引起的 litepal代码混淆 需要加入 如下: 此处需和litepal版本一致,如果编译报错 input jar file is specified twice 就将此行注释 -libraryjars libs/litepal-1.3…
Eclipse集成Tomcat报错,使用Spring 4.3 框架,运行一段应用后,控制台报错: Unexpected death of background thread ContainerBackgroundProcessor[StandardEngine[Catalina]] java.lang.OutOfMemoryError: PermGen space https://stackoverflow.com/questios/26616076/spring-tool-suite-tomc…
当使用Springboot 2.0以上版本集成redis的时候遇到报错信息如下: Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisController': Unsatisfied dependency expressed through field 'redisService'; nested e…
作者:程序员小冰,GitHub主页:https://github.com/QQ986945193 新浪微博:http://weibo.com/mcxiaobing 首先说明,以前我用eventBus的jar包写得项目demo,前几天就写了一个EventBus的实例,这次我没用jar包,直接用gradle引用的,可是demo写完了,报错: its super classes have no public methods with the @Subscribe annotation 所以就用goog…