Android: Why won't my emulator launch? -
i've created simple test project , generic emulator testdevice
. however, can't app launch.
i console-type window (oddly placed partially off screen) , nothing happens.
i developing in eclipse (helios 3.6) on windows.
here's log:
[2011-05-11 10:08:04 - androidtest] android launch! [2011-05-11 10:08:04 - androidtest] adb running normally. [2011-05-11 10:08:04 - androidtest] performing androidtest.androidtestactivity activity launch [2011-05-11 10:08:04 - androidtest] automatic target mode: preferred avd 'testdevice' not available. launching new emulator. [2011-05-11 10:08:04 - androidtest] launching new emulator virtual device 'testdevice' [2011-05-11 10:08:14 - androidtest] new emulator found: emulator-5554 [2011-05-11 10:08:14 - androidtest] waiting home ('android.process.acore') launched...
edit
thanks tips!
- i targeting android 3.0 (api level 11)
- i've ensured specified
androidtest.androidtestactivity
launch action - i've killed
adb
process , restarted eclipse (even restarted eclipse itself) - i've launched emulator manually
window > android sdk & avd manager
still, same problem.
solved. wasn't problem setup.
the emulator takes forever , day start up, that's all.
Comments
Post a Comment