
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
解决:Unable to load class ‘javax.annotation.Generated‘
问题:Unable to load class ‘javax.annotation.Generated’.This is an unexpected error. Please file a bug containing the idea.log file.分析:缺少annotation依赖或者annotation里没有Generated解决:方法1:使用Java8即可,我用的是java11方法2
【Android报错总结】一
1 java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity。问题:因为继承了android.support.v7.app下的类,解决:可以在给继承的类配置v7的theme,也可以直接不用v7的类 。2 IllegalS...
到底了