Check this to see if it helps
http://code.google.com/p/patch-hosting-for-android-x86-support/
On Tue, 2009-04-28 at 06:55 -0700, ja...@work wrote:
> I'm a beginner with android, so i'm following all the steps in the dev
> giude and so on.
> At the moment,
>  I downloaded the sdk 1.5,
>  installed ADT plug-in for eclipse,
> got the source code (repo sync),
> 
> In the future I'd like to make android running on the desktop i'm
> using (x86,
> ubuntu 8.10), so i modified the "buildspec.mk" file:
> 
> # Uncomment this if you want the simulator, otherwise, build for arm
> ifndef TARGET_SIMULATOR
> TARGET_SIMULATOR:=true
> endif
> 
> # Set this to debug or release if you care.  Otherwise, it defaults to
> # release for arm and debug for the simulator.
> ifndef TARGET_BUILD_TYPE
> #TARGET_BUILD_TYPE:=release
> TARGET_BUILD_TYPE:=debug
> endif
> 
> # Uncomment this if you want the host tools built in debug mode.
> Otherwise
> # it defaults to release.
> ifndef HOST_BUILD_TYPE
> HOST_BUILD_TYPE:=debug
> endif
> 
> # Choose a product to build for.  Look in the products directory for
> ones
> # that work.
> ifndef TARGET_PRODUCT
> TARGET_PRODUCT:=generic
> endif
> 
> 
> 
> 
> 
> and now i did a "make"
> I should obtain a build...but what can i do with it? I mean, how can I
> launch it or use an emulator?
> 
> thanks a lot
> 
> J
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to