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

  • Home
  • SEARCH
  • 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 6344779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:42:25+00:00 2026-05-24T20:42:25+00:00

I”m trying android SDK for the first time. I’m starting with the HelloAndroid tutorial.

  • 0

I”m trying android SDK for the first time.
I’m starting with the HelloAndroid tutorial. followed exactly each step but the emulator launches without my app. eclipse console says:

[2010-02-23 11:47:55 - HelloAndroid]------------------------------
[2010-02-23 11:47:55 - HelloAndroid]Android Launch!
[2010-02-23 11:47:55 - HelloAndroid]adb is running normally.
[2010-02-23 11:47:55 - HelloAndroid]Performing com.example.helloandroid.HelloAndroid activity launch
[2010-02-23 11:47:55 - HelloAndroid]Automatic Target Mode: Preferred AVD 'my_avd' is not available. Launching new emulator.
[2010-02-23 11:47:55 - HelloAndroid]Launching a new emulator with Virtual Device 'my_avd' [2010-02-23 11:48:09 - HelloAndroid]New emulator found: emulator-5554
[2010-02-23 11:48:09 - HelloAndroid]Waiting for HOME ('android.process.acore') to be launched...

I see the emulator, the ”Android” text on it but nothing else happens. can someone help please? thanks!

  • 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-24T20:42:26+00:00Added an answer on May 24, 2026 at 8:42 pm

    Summary
    (You can see the full details below these summarized steps).

    1. Uninstall/Reinstall Android SDK to folder off of C:\ (no spaces in
      path)
    2. Re-create the AVD.
    3. Set the PATH environment variable for the new Android SDK folder locations
    4. Uninstall/reinstall the Android ADT Plugin in Eclipse.
    5. Configure the Android SDK location in Eclipse.
    6. Reboot (to reduce the CPU utilization)
    7. Run the emulator from the command line and set it to use all CPUs with High or “Real Time” priority. Make note of your CPU usage.
    8. Open Eclipse and run the app.

    Details
    I spent two days getting the emulator to run the HelloAndroid app. In my case the problem might have been a combination of an issue with the Android SDK installation and a CPU performance problem. I think something was causing the emulator to run extremely slowly making the emulator appear to hang. My PC is a my Windows 7 64-bit 6GB Intel i7 multi-core PC. Task Manager shows 8 CPUs on my PC on the Performance tag.

    My symptom was the Android 2.2 AVD in the emulator appeared to hang when the nimated “Android” text was showing on the screen. The Home screen would never show up. This scenario happened over and over. I would often wait 30 minutes or 45 minutes to no avail.

    My environment:

    • Android SDK Revision 12
    • Android 2.2 AVD
    • Windows 7 64-bit
    • Eclipse IDE for Java Developers Indigo Release Build id 20110615-0604
    • Intel Core i7 multi-core CPU, 6 GB, 1.6 GHz

    I tried starting the emulator from the command line without starting Eclipse at the command prompt and that didn’t help. The emulator still hung. I noticed that Task Manager showed my box at 50% CPU usage which seemed rather high. CPU 0 was pegged at 100%.

    Here’s what fixed it.

    I uninstalled the Android SDK R12 and reinstalled it off the root of C: at C:\android-sdk. I had previously experienced problems because the Android SDK was located at “C:\Program Files” folder; the SDK has a bug that can’t handle the space in the path. I ran “uninstall.exe” from the Android SDK folder to do the uninstall. Uninstalling took longer than installing.

    I added “;C:\android-sdk\tools\;C:\android-sdk\platform-tools\” to the PATH environment variable.

    I then deleted the AVD using SDK Manager and recreated it.

    I uninstalled the ADT Plugin for Eclipse, restarted Eclipse, then reinstalled the ADT Plugin, then closed Eclipse.

    I reconfigured Eclipse with the new Android SDK path (Window > Preferences > Android > SDK Location).

    On the Task Manager Processes tab, I enabled “Show processes from all users”. I then right clicked “emulator-arm.exe *32”, then clicked “Set Affinity…” and noticed that the emulator was set to only use CPU 0 so I changed it to use all CPUs. I also set the emulator to “Real Time” priority.

    Observing a 50% CPU Usage, I rebooted.

    After rebooting, I started the emulator using the command line:

    emulator @Android22
    

    Android22 is the name of my AVD. I used task manager to set the affinity for the emulator to use all CPUs and set the priority to high. My CPU usage was now about 13%, mostly due to the emulator. The emulator took about 3 minutes to show the Home screen. Yay!

    I then opened Eclipse with the HelloAndroid app and the app successfully ran in the emulator.

    I have written out in detail what I did because the past two days have been a real pain. I noticed several posts about this issue with many people not seeming to have success. I performed steps mentioned in several posts but did not find one place that described the whole process.

    Good luck. I hope this info helps someone.

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

Sidebar

Related Questions

in this code I'm trying to Listening to multi connection at the same time
I'm completely new to socket programming with C#, I'm trying to get two running
i'm trying to setup django on nginx + gunicorn on a centos6 server (firewall
I have html encoded strings in a database, but many of the character entities
I am using custom code to print the comments but the problem is whatever
I've put together this small little piece but I'm having problems with the renderings
I've got a mass of values in a JSON file containing the names of
I have just tried to save a simple *.rtf file with some websites and
According to the WordPress wiki pages on developing themes, I have to call wp_head()
The problem with unsigned char. I am reading a PPM image file which has

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.