我无法配置androidannotation,只需下载androidannotations-bundle-2.7.1.zip。
我有一个使用@EActivity注释的LoginActivity,在构建之后我得到以下错误:
The AndroidManifest.xml file contains the original component, and not the AndroidAnnotations generated component. Please register LoginActivity_ instead of LoginActivity
Eclipse:3.7.2 我附上了一些可能相关的图片。如果您还有其他需要,请告诉我。
这个版本有什么问题(真的很怀疑),或者我的配置错误(最有可能)?
谢谢!
P.S。我知道这个similar issue,但我相信我把罐装好了。!
答案 0 :(得分:9)
问题是创建此线程的yoyo(我!)不知道如何使用AndroidAnnotations。如果他会花更多的精力去研究它是如何运作的,那么他会找到this article。
所以解决方案是直接的,并在错误中描述,只需在清单中添加“_”:
<activity android:name=".activities.LoginActivity_"