Eclipse Failed to start Android app in Emulator -
i following output on eclipse console (started uac on win 7): (nothing on logcat)
[2011-07-01 18:13:42 - test_android_2_2] ------------------------------ [2011-07-01 18:13:42 - test_android_2_2] android launch! [2011-07-01 18:13:42 - test_android_2_2] adb running normally. [2011-07-01 18:13:42 - test_android_2_2] performing nx.android.test_android_2_2activity activity launch [2011-07-01 18:13:44 - test_android_2_2] launching new emulator virtual device 'test_avd'
but still there no trace of application on emulator. shows regular menu items & api demos & other stuff.
am missing something?
p.s.
-adb kill-server & adb start-server did not help.
-launching sdk, adb & emulator before eclipse not help. while launching app eclipse doesn't see currently running emulators
i'm forced start new one.
thanks, nisheeth barthwal
strange may be. went logcat console , noticed had nothing. while people on net said logcat log.
that led me thinking maybe eclipse wasn't able talk adb. oddly enough running emulators wouldn't show while run/debug-ing new project/activity.
a of adhoc approach, here's how fixed it. opened devices view, shows running emulators, mine wasn't there. clicked on little down-arrow & clicked on "restart adb" (or that). , presto! adb rebooted devices view listed emulator (along other stuff didn't quite understand). viewing logcat console showed entire trace. , launch app running emulator.
i had tried restart adb numerous times through console didn't made difference. eclipse, did.
p.s. adb still pesters not listing emulator & same approach fixes everytime. (restart via devices view)
Comments
Post a Comment