Why did you modified buildspec.mk??? If you have ADT plug-in and sdk, you just need to select your project in eclipse and do a run with -> android app
if your adt plugin is configured with the sdk path then it's going to launch the emulator and deploy it. Arnaud 2009/4/28 ja...@work <[email protected]> > > 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 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

