eclipse - Android: How to find out why app launch failed? -


i attempting launch simple test app on android emulator (developing in eclipse 3.6 on windows).

here logcat result:

 [2011-05-11 11:35:49 - androidtest] android launch! [2011-05-11 11:35:49 - androidtest] adb running normally. [2011-05-11 11:35:49 - androidtest] performing androidtest.androidtestactivity activity launch [2011-05-11 11:35:49 - androidtest] automatic target mode: preferred avd 'htc_incredible' available on emulator 'emulator-5554' [2011-05-11 11:35:49 - androidtest] uploading androidtest.apk onto device 'emulator-5554' [2011-05-11 11:35:49 - androidtest] installing androidtest.apk... [2011-05-11 11:38:40 - androidtest] failed install androidtest.apk on device 'emulator-5554! [2011-05-11 11:38:40 - androidtest] (null) [2011-05-11 11:38:41 - androidtest] launch canceled! 

how can determine why launch failed?

this looks eclipse console output , not logcat. logcat output might provide clue goes wrong.

i know experience adb doesn't work when has been running while, killing adb.exe process , restarting might help.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -