Possible Duplicate:
Android Emulator won’t run application started from eclipse
I have a problem with Eclipse and Android. When I click the run button in Eclipse, it start the emulator, but not the app. If I hit the run button again while the emulator is still running, it just starts a new instance of the emulator, and once again, does not start the app.
This is all the Console output I get:
[2012-10-18 11:36:55 - FTS Live] Android Launch!
[2012-10-18 11:36:55 - FTS Live] adb is running normally.
[2012-10-18 11:36:55 - FTS Live] Performing com.robinj.fts.stream.MainActivity activity launch
[2012-10-18 11:36:55 - FTS Live] Automatic Target Mode: Preferred AVD 'Froyo' is not available. Launching new emulator.
[2012-10-18 11:36:55 - FTS Live] Launching a new emulator with Virtual Device 'Froyo'
I have tried setting it so that it always tries to use the running AVD/device, but it just says there's none running, while there is.
--
Windows XP, Eclipse Juno, Android SDK, x86 (not that it's any better on Lubuntu 12.04 with Eclipse Indigo; There I can't even get an AVD to launch).