From e9b515950288b9a5cd1be99b71a4d76686ee0e93 Mon Sep 17 00:00:00 2001 From: laoyuyu <511455842@QQ.com> Date: Sat, 23 Sep 2017 13:21:56 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 常见问题.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/常见问题.md b/常见问题.md index d84f94e..37346ca 100644 --- a/常见问题.md +++ b/常见问题.md @@ -1,4 +1,4 @@ # 注解无效、ProxyClassCounter文件未生成 -1、检查下你的工程中有没有使用apply plugin: 'android-apt',如果有的话将其转换为annotationProcessor。 -2、检查下annotationProcessor 和 compile 版本是否一致,不一致的话对导致生成代理文件失败 -3、如果都不是的话,build文件时,点击as右下角的gradle console窗口,看看报什么错误 \ No newline at end of file + 1. 检查下你的工程中有没有使用apply plugin: 'android-apt',如果有的话将其转换为annotationProcessor。 + 2. 检查下annotationProcessor 和 compile 版本是否一致,不一致的话对导致生成代理文件失败 + 3. 如果都不是的话,build文件时,点击as右下角的gradle console窗口,看看报什么错误 \ No newline at end of file