PojoToStringAnnotation icon indicating copy to clipboard operation
PojoToStringAnnotation copied to clipboard

Changing android-apt version from 1.4 to 1.7

Open aradomski opened this issue 9 years ago • 4 comments

Hi! Thanks for this great example!

I've got problem with upgrading android-apt from version 1.4 to 1.7. After upgrade StaticStringUtilProcessor class seems to be not used. Is there any simple way to fix it?

aradomski avatar Aug 18 '15 19:08 aradomski

Haven't tried with new versions of apt yet. I'm surprised it behaves differently. When I do try it out, I'll let you know.

If you get this working, please let me know.

AttwellBrian avatar Aug 19 '15 18:08 AttwellBrian

I can confirm that there really seems to be an issue when using apt 1.7. I followed your tutorial and my custom Processor never got invoked when using apt 1.7. Changing it back to 1.4 solved the problem.

So I'm also interested if anyone of you guys has an explanation :-)

a11n avatar Aug 30 '15 14:08 a11n

I've asked about it on SO.

http://stackoverflow.com/questions/32541352/android-apt-updating-from-1-4-to-1-7-version

aradomski avatar Sep 13 '15 12:09 aradomski

Does the SO answer solve your problem? If so I should update the tutorial.

Or even better, you could make a pull request :)

AttwellBrian avatar Oct 08 '15 08:10 AttwellBrian