问题
I just tried to update my project which uses Android Annotations to include the MonkeyTalk agent. However, as soon as I switch the project to an AspectJ project, all my Android Annotations references are not recognized.
Has anybody successfully used MonkeyTalk in an Android Annotations project?
I'm using Eclipse 4.2 SR2.
It looks like this issue has been raised on the Android Annotations FAQ: https://github.com/excilys/androidannotations/wiki/FAQ#wiki-aspectj
In order to "fix" it, you have to remove / replace some project properties. I'm worried doing this will cause MonkeyTalk to not work, but I haven't tried it yet.
Any insight appreciated!
回答1:
I was facing to this problem before. I added a solution in the FAQ page of AA. Could you test that and keep me updated ?
回答2:
I had implemented the solution but still my android annotations references are not recognized,please let me know if there is any other way to tackle the same.
来源:https://stackoverflow.com/questions/16619362/android-annotations-and-monkeytalk