Thursday, September 1, 2011

[android-developers] Re: Slow aapt generating R.java

I'm already using the rename *.png to *.PNG trick to avoid expensive optimizations.
And I've disabled automatic dexing on file save in Eclipse (which has nothing to do with aapt which is always spawned on resource modification).

This 10 seconds freeze doesn't happen on a smaller project with fewer resources.
While aapt is running, the Windows task manager shows cpu usage around 10% which seems low.

This is really annoying...

On Thursday, September 1, 2011 7:55:04 PM UTC+2, Chris wrote:
See this http://stackoverflow.com/questions/6362846/eclipse-slow-at-building-android-resources/6362961#6362961 for some possibly helpful info.  aapt blows.

--
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