From 573f526ee53e9fdb91c1baab8605471e14403691 Mon Sep 17 00:00:00 2001 From: laoyuyu <511455842@QQ.com> Date: Wed, 11 Oct 2017 13:55:21 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/常见问题.md b/常见问题.md index 0537d9f..fd2868d 100644 --- a/常见问题.md +++ b/常见问题.md @@ -1,7 +1,7 @@ # 注解无效、ProxyClassCounter文件未生成 1. 检查下你的工程中有没有使用apply plugin: 'android-apt',如果有的话将其转换为annotationProcessor。 2. 检查下annotationProcessor 和 compile 版本是否一致,不一致的话对导致生成代理文件失败 - 3. 如果都不是的话,build文件时,点击as右下角的gradle console窗口,看看报什么错误 + 3. 如果都不是的话,build文件时,点击as右下角的gradle console窗口,看看报什么错误(如果有错误,可以的话,麻烦在Issues留言给我) # 如何在注解中处理单个任务 在Aria中,注解是对应全部任务的,拿onComplete来说,你的下载队列中有3个任务,并且三个任务都已经下载完成,那么onComplete注解就会被调用3次。