When Androidanotation is configured, title errors occur when using annotations. One of the reasons for the wrong online there are quite a number of posts, listed some online answers to questions. 1, because the version is not the latest issue, update the latest SDK2, set the JDK for the local jdk3, and some say to set up compileoptions {sourcecompatibility javaversion.version _1_7targetcompatibility javaversion.version_1_6};4, it is possible that the name of the resource file does not conform to the Android rule cause 5, there may be repeated references to the same library file above those are possible to cause, But I did not appear until after using Androidannotation. So the analysis is the problem of this library, and later patiently read the official documents, found that need to add in Build.gradle (Moudel:app) apt {arguments {androidmanifestfile Variant.outputs[].processresources.manifestfile}} is as follows apply plugin: apply plugin: def aaversion = android {compilesdkversion buildtoolsversion defaultconfig { applicationid minsdkversion targetsdkversion versioncode versionname testinstrumentationrunner }buildtypes {release {minifyenabled proguardfiles Getdefaultproguardfile ()}}allprojects {repositories {maven { url }}}}apt { Arguments {androidmanifestfile variant.outputs[].processresources.mAnifestfile}} So  , my problem is solved.
AA appears App:compiledebugjavawithjavac