When using the Androidannotations framework for the first time,
Encounter Java.lang.ClassNotFoundException,
Discovery is because the jar package used by the plug-in annotation is not configured.
According to the online tutorial configuration, found that the Annotation processing option is not found under Javacompiler
Then Google discovered that it was missing Eclipse's JDT plugin (Java development tools),
Install the plugin on the OK!
Installation steps:
1. Help--Install New software ...
2. Follow, select Juno-http://download.eclipse.org/releases/juno in work with
3. In the following Name, select the Eclipse Java Development Tools package under programming Languages
Then the next--and finish installation is good!
After the installation is successful, you can configure it!
PS: This plugin installs super slow, there may be download failure, conditional use of VPN, should be quick
Android Drip---ADT 23.0.2 cannot find annotation processing option, workaround