android app doesn't show on the emulator

Posted by Anna Finela Constantino on Stack Overflow See other posts from Stack Overflow or by Anna Finela Constantino
Published on 2012-02-07T17:23:42Z Indexed on 2012/06/24 3:17 UTC
Read the original article Hit count: 125

Filed under:
|

I made an android application using eclipse and it is working fine when I started developing my app. But then as I continue to develop the app the emulator seems to be not updating the application prior to the changes I have made on the code. So I tried deleting my avd and create a new one every time I run my app, and that seems to have worked.

Now my problem is that my emulator doesn't show my app. It says "Failed to install *.apk on device 'emulator-5554': An established connection was aborted by the software in your host machine".

I searched for ways to solved it but none of it seems to have worked. I tried killing the adb process (as most my searches would say) on the task manager but still my app doesn't show on the emulator. The emulator is running and all but my icon is nowhere to be found. Am I misssing out something? Is the problem connected to the first problem i had before?

As I said, I started developing android app recently, so please bear with me. :) I appreciate all your help.Thanks in advance.

© Stack Overflow or respective owner

Related posts about android

Related posts about eclipse