We have a quite large Android project which has an annoyingly long build 
time - especially for developers using Windows. We'd like to improve this 
somehow, and we had the idea to dissect this single project into multiple 
smaller library projects and a main project. So we don't always have to 
compile / dex / parse resources / etc. for the whole huge thing, only for 
the modified libs (and the main project possibly), so the build time would 
be much lower in most cases. 

Now the question is: would this really work? Or does the bulding process 
need to e.g. parse every resource from every library for each build, even 
the unmodified ones?

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

Reply via email to