Tuesday, December 13, 2011

[android-developers] Serious ADT16 precompiler bug

Filed bug report 22893:


It appears with ADT16, if there has been an error in the "Java" code,
the resource precompiler always gets invoked until the error is fixed.

Steps to reproduce:

- No Java erros, save file, everything is ok. The precompile is
skipped.
- Introduce an error, save file, everything is ok. The precompile is
skipped.
- Make further changes to the file, save file. Precompiler is now
invoked every time until all errors in all the files are fixed.

This makes ADT16 unusable for me as it takes about 2 minutes every
time Eclipse is effectively hung.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment