Re: [android-kernel] How to modify and re-build android source code

2010-08-02 Thread John Vidler
Hi, Simply make your changes to the code then run 'make' followed by 'emulator' in the terminal from your base build path, like you did in the "Building the code" section of the page you linked to. -John. On 2 August 2010 11:05, pincrespo wrote: > Hi, > > I followed the steps on http://source.

[android-kernel] How to modify and re-build android source code

2010-08-02 Thread pincrespo
Hi, I followed the steps on http://source.android.com/source/download.html to download the Android Source Code under Ubuntu with Eclipse. Now, I need to modify the Android Source Code (the Operating System), but I don't know how to check the new -modified- Operating System with the Emulator. Can