You can also do make clean-<LOCAL_MODULE> where <LOCAL_MODULE> is defined in your Android.mk file. You need to run that from the top of the tree, not inside your app's directory. -joe
On Mon, Nov 10, 2008 at 2:46 AM, arnouf <[EMAIL PROTECTED]> wrote: > > Thanks all :) > Now it's ok. > > Regards > > On 9 nov, 20:33, "Misael Lopez" <[EMAIL PROTECTED]> wrote: > > I don't know how safe is this, but searching and removing the entry of > > whatever you want to recompile in the following path: > > > > out/target/product/NAME_OF_YOUR_PRODUCT/obj/ > > > > will force compilation next time you do 'make' in root directory. > > > > Misa > > > > 2008/11/9 Anson <[EMAIL PROTECTED]>: > > > > > make clean ; make > > > must be a totally recompile. > > > > > normally , do a make under the root dirrectory of android source code > would > > > be recompile the source code. > > > > > On Wed, Nov 5, 2008 at 10:44 PM, arnouf <[EMAIL PROTECTED]> > wrote: > > > > >> Hello, > > > > >> I'm not an expert of make file...I try to change the small Android > > >> logo displayed when you launch the emulator (just to do easy thing for > > >> starting :)). > > >> When I change the logo, I go to the folder myAndroidrepository and I > > >> do a make... > > >> Apparently there is no a new compilation. > > > > >> How can I do to force recompile? > > > > >> Regards > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
