Updated 常见问题 (markdown)

laoyuyu
2017-09-23 13:21:56 +08:00
parent 291a326fd2
commit e9b5159502

@ -1,4 +1,4 @@
# 注解无效、ProxyClassCounter文件未生成
1、检查下你的工程中有没有使用apply plugin: 'android-apt'如果有的话将其转换为annotationProcessor。
2、检查下annotationProcessor 和 compile 版本是否一致,不一致的话对导致生成代理文件失败
3、如果都不是的话build文件时点击as右下角的gradle console窗口看看报什么错误
1. 检查下你的工程中有没有使用apply plugin: 'android-apt'如果有的话将其转换为annotationProcessor。
2. 检查下annotationProcessor 和 compile 版本是否一致,不一致的话对导致生成代理文件失败
3. 如果都不是的话build文件时点击as右下角的gradle console窗口看看报什么错误