Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3224260
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:12:08+00:00 2026-05-17T16:12:08+00:00

I have followed the Hello World example from Google’s Android developer’s guide. When I

  • 0

I have followed the “Hello World” example from Google’s Android developer’s guide. When I try to run the application in the SDK emulator, nothing happens. The emulator startd up nicely, but after that nothing happens. I can’t even see the application in the app tray.

I am using Eclipse with the Android add-on installed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:12:08+00:00Added an answer on May 17, 2026 at 4:12 pm

    Same here; emulator loads fine but apk doesn’t get installed. Problem is only with the emulator. All works fine if physically connecting a device with USB debugging turned on.

    NB This suddenly started happening for no apparent reason. All used to work fine.

    I’ve tried uninstalling and reinstalling the ADT Plugin and I’ve updated the Android SDK and AVD Manager to the latest available. (Tools revision 7) but the problem continues.

    Eclipse: Helios Service Release 1
    Build id: 20100917-0705
    Running on Windows XP SP2

    Just as others have posted, the console log shows

    [2010-10-14 11:39:33 - uad-MediaPlayerExample] ------------------------------
    [2010-10-14 11:39:33 - uad-MediaPlayerExample] Android Launch!
    [2010-10-14 11:39:33 - uad-MediaPlayerExample] adb is running normally.
    [2010-10-14 11:39:33 - uad-MediaPlayerExample] Performing com.msi.manning.chapter10.MediaPlayerExample.MediaPlayerActvity activity launch
    [2010-10-14 11:39:33 - uad-MediaPlayerExample] Automatic Target Mode: launching new emulator with compatible AVD '1.6-hvga'
    [2010-10-14 11:39:33 - uad-MediaPlayerExample] Launching a new emulator with Virtual Device '1.6-hvga'
    

    LogCat remains empty/blank.

    And if I then try to re-run the same app, the console shows:

    [2010-10-14 11:39:33 - Emulator] emulator: ERROR: the user data image is used by another emulator. aborting
    

    POSSIBLE ANSWER???
    One solution seems to be to kill the adb.exe process in Windows Task Manager (while the emulator is still running).
    screenshot of task manager

    (from http://vikashazrati.wordpress.com/2008/01/01/quicktip-android-does-not-load-my-application-in-the-emulator/)

    The console suddenly shows lots of errors:

    [2010-10-14 12:12:00 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    [2010-10-14 12:12:01 - DeviceMonitor]Sending Tracking request failed!
    [2010-10-14 12:12:01 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    [2010-10-14 12:12:02 - DeviceMonitor]Sending Tracking request failed!
    [2010-10-14 12:12:02 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    [2010-10-14 12:12:03 - DeviceMonitor]Sending Tracking request failed!
    [2010-10-14 12:12:03 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    [2010-10-14 12:12:04 - DeviceMonitor]Sending Tracking request failed!
    [2010-10-14 12:12:04 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    [2010-10-14 12:12:05 - DeviceMonitor]Sending Tracking request failed!
    [2010-10-14 12:12:05 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    [2010-10-14 12:12:06 - DeviceMonitor]Sending Tracking request failed!
    [2010-10-14 12:12:06 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
    

    but the app starts in the emulator. !!!

    (as expected the LogCat also suddenly starts to display lots of messages)

    All works fine – i.e. you can work on your code and re-run the app in the same emulator and it reinstalls as expected…

    BUT if you close the emulator, you see the following console error:

    [2010-10-14 12:15:05 - DeviceMonitor]Sending jdwp tracking request failed!
    

    And the same problem reoccurs – a new emulator appears but the apk isn’t installed. So you need to go back to Windows Task Manager and once again kill the adb.exe process.

    NB I find that adb.exe doesn’t reappear in the Task Manager unless I restart Eclipse, so after closing an emulator you have to restart Eclipse, try Run (which fails to display the app) then go back to the Task Manager where adb.exe is once again listed and kill the process for the app to start.

    Would be great if someone could provide an explanation for this and a permanent fix…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have followed the hello world example for google apps script htmlService and I
I have a compiling problem. I followed tutorial about Hello world program for Android
I have an Hello world applet,taken from book example. HelloWorldApplet.java import java.awt.*; import javax.swing.*;
I have followed this tutorial ( http://developer.android.com/resources/tutorials/views/hello-tabwidget.html ) and completed the task and it
I have a simple Hello World application public class TestLeaksOnFinish extends Activity { static
I followed the instructions in the Android WebView tutorial (at http://developer.android.com/resources/tutorials/views/hello-webview.html ). When I
I have written some console Hello world-like app. and have followed c# cywgwin mono
Im trying to use the sdk without a canvas application, so have followed steps
I am creating a HelloWorld web/spring application from scratch. I have followed this tutorial
I have followed this guide: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html I have created a maven-plugin project hello-maven-plugin with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.