PojoToStringAnnotation
PojoToStringAnnotation copied to clipboard
Changing android-apt version from 1.4 to 1.7
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?
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.
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 :-)
I've asked about it on SO.
http://stackoverflow.com/questions/32541352/android-apt-updating-from-1-4-to-1-7-version
Does the SO answer solve your problem? If so I should update the tutorial.
Or even better, you could make a pull request :)