• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android source code part rebuild

mrlin1122

Lurker
Hi All

I'm working on refine framework and need to rebuild android source repeatly.
It takes time, do you know how to ask to rebuild only modified files or rebuild only part of the source code (I only modify /framework).

Thanks,
Bob
 
Hey Bob,

I know very little about building Android, but in general you should be able to rebuild only classes that have been modified, best bet is to set it up in an IDE and do some research on how to achieve this in the IDE, although if I recall correctly in a C++ project I did last year I think the IDE checked on what needed compiling and what didn't and worked accordingly.

Cheers,
Matt
 
Back
Top Bottom