Can't run Android Apps from Eclipse with Emulator (Update: It has been solved)
I was trying to run this Doodlz app with Emulator and every time I run it just the Emulator comes up and nothing happens.
I Downloaded Eclipse then Installed SDK and API 10.
here is a screen:
https://i.stack.imgur.com/kclzb.png
and the console:
[2014-09-04 00:02:40 - Address Book] ------------------------------
[2014-09-04 00:02:40 - Address Book] Android Launch!
[2014-09-04 00:02:40 - Address Book] adb is running normally.
[2014-09-04 00:02:40 - Address Book] Performing com.deitel.addressbook.AddressBook activity launch
[2014-09-04 00:02:40 - Address Book] Automatic Target Mode: launching new emulator with compatible AVD 'Test'
[2014-09-04 00:02:40 - Address Book] Launching a new emulator with Virtual Device 'Test'
[2014-09-04 00:02:41 - Address Book] New emulator found: emulator-5554
[2014-09-04 00:02:41 - Address Book] Waiting for HOME ('android.process.acore') to be launched...
[2014-09-04 00:08:08 - Address Book] emulator-5554 disconnected! Cancelling 'com.deitel.addressbook.AddressBook activity launch'!
Update
Solved the problem with this answer:
HelloAndroid emulator problem