Skip to content Skip to sidebar Skip to footer

Unable To Launch The Android Emulator

I created a Hello-Android Application and made all the required configurations as told in the developer.android.com site. When i ran the application the emulator was not launched.

Solution 1:

  1. Start the Android SDK Manager
  2. In the SDK Manager, go to the "Virtual devices" page and click "New" to create a new device. Make sure you create a "Target" API that is within the range of the API's that your app supports.
  3. Once the Android Virtual Device (AVD) is created click "Start" to start it.
  4. Wait until the AVD is fully started, then goto Eclipse
  5. In Eclipse create a "Run configuration" for your app (if you do not have it already). In the run configuration make sure you select the device you've just created.
  6. Run your "run configuration".

Solution 2:

Here are few instrucitons before running the Android applicaiton.

  1. Make sure when you are launching the emulator for the first time for running this specific app you have not checked following check boxes.

    . Launching from snapshots

    because first time you don't have any snapshot existed before as you are running this application for the first time.

    2 Make sure that you have selected small resolution emulator because larger resolutions does not perform good.

Post a Comment for "Unable To Launch The Android Emulator"