1

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

Community
  • 1
  • 1
Noise
  • 11
  • 2

1 Answers1

1

I suggest you should looking at genymotion, the best android emulator i was used. With the android emulator of android SDK, you should run it before run or debug the application, cause SDK emulator is very slow to start or do everything.

Zai Nguyễn
  • 195
  • 2
  • 10