Recently after having updated lots of stuff on android SDK something happened to Eclipse.
I'm running the apps on an actual device instead of an emulator. Before the updates, after I used to click 'Run' and select my device, it would upload the .apk to the phone and immediately launch the app. For some reason, it doesn't do that anymore and simply stops after installing:
[2011-11-09 18:17:18 - helloworld] Android Launch! [2011-11-09 18:17:18 - helloworld] adb is running normally. [2011-11-09 18:17:18 - helloworld] Performing com.example.helloandroid.HelloAndroid activity launch [2011-11-09 18:17:26 - helloworld] Device API version is 10 (Android 2.3.6) [2011-11-09 18:17:26 - helloworld] Uploading helloworld.apk onto device '363294A87A1000EC' [2011-11-09 18:17:26 - helloworld] Installing helloworld.apk... The phone is on debugging mode and I generally haven't changed anything on Eclipse's settings - it literally stopped working after the SDK updates. Any idea how to make it automatically run the apps again?
Thanks