Android Annotations and MonkeyTalk?
Asked Answered
B

2

3

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!

Brickbat answered 17/5, 2013 at 23:52 Comment(1)
Yes, i tried it, after i changed the properties. Android project changed to the regular one and i coudnt able to record anything in the monkey talk. Any Idea? Thank you.Quaff
D
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 ?

Docilla answered 18/5, 2013 at 10:9 Comment(1)
I'm running into a similar situation using ButterKnife. Won't this solution actually just make it so the Aspects don't get processed? In that case, the MonkeyTalk functionality won't work.Parole
E
-1

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.

Emblaze answered 11/6, 2013 at 18:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.