I have compiled Android source code already (which I downloaded using GIT)
and I am being editing the source code of an Application for testing on Emulator
each time I wanna see results I have to re-Compile the source code again using ‘make’
I am pretty sure that there is a way to partly-compile the image
Notes: I use Ubuntu ,and Android Eclair source
you can use this command
mmm packages/apps/yourAppor whatever the path of your APP is
Assuming that :
source build/envsetup.shandlunch 1Next step: to update your emulator to see your changes
Run these commands
adb remountadb syncFinally, an advice , using Eclipse will make life easier for you