Search code examples
androidandroid-build

How to build ONLY applications in android system build


I am building Android source code for SDK. But whenever I change something in my application, I have to build complete source again which takes a considerable amount of time.

Now what I want to know, is there any way to build only app folder so that only applications available in my source would be built?

I cannot build my app in Eclipse due to some limitations.


Solution

  • Can you generate jars then use them as libraries in your application, as opposed to compiling the whole source code?