Android Annotations and MonkeyTalk?

依然范特西╮ 提交于 2019-12-12 13:07:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!