Android SDK Virtual Device error/problem.

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I was trying to create a Virtual Device in my Android-SDK.

When I tried to open the device it says error in opening Java Path and after then the blinking ''ANDROID'' came up in emulator screen but nothing happens for next 25 minutes.

At the same time my laptop is getting slow while it’s using 100% CPU.

I would like to know is there any standard configuration for this virtual device like SD card memory, screen size, android version etc. My current config is SD card size- 512. android 2.1 update-1, default screen- WVGA800.

Thanks

Hayat Hasan

 

SHARE
Answered By 0 points N/A #127691

Android SDK Virtual Device error/problem.

qa-featured

Hi Hayathasan,

You need to add the “C:Program FilesJavajdk1.7.0bin” directory to the PATH environment variable of your system.

Then the error regarding “java path” will not happen.

Setting Path on Windows
For Windows XP:

1. Start > Control Panel > System > Advanced

2. Click on Environment Variables, under System Variables, find PATH, and click on it.

3. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.

4. Close the window.

For Windows Vista:

1. Right click “My Computer” icon

2. Choose “Properties” from context menu

3. Click “Advanced” tab (“Advanced system settings” link in Vista)

4. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.

Creating AVD:

Name: em22

Target: Android 2.2 – API Level 8

SDCard: 64

Skin: Default (HVGA)

Related Questions