1

I am trying android development from last week.I am following the hello world tutorial given on the Android official site and following each step. But my avd is not starting . I am using windows 7 and i have downloaded the latest sdk. Here is the screen shotscreen shote

settings

Abhigyan
  • 641
  • 10
  • 25

3 Answers3

1

make sure : Create a environment variable called: ANDROID_SDK_HOME and set it to C:\Users\Administrator Open Eclipse > Window > Preferences and click in Run/Debug and String Substitution Add a new variable called: user.home and set it to C:\Users\Administrator Create an AVD and run it.

Alternate solution i would suggest u is use android app player :

Bluestack

OR

YouWave

KOTIOS
  • 11,177
  • 3
  • 39
  • 66
0

First a fall check whether ".android folder" is present in your C: Drive or not

If not Copy ".android folder" to C: drive

The exact path have to be like this

C:\Users\.android

Ok,Try this....

A.R.
  • 2,631
  • 1
  • 19
  • 22
0

I too got the similar problem, the way I solved it using the following steps

  1. Choose Run Configurations from Run in the menu bar.
  2. Under the Android Application --> Select New Configuration.
  3. In the Android Tab give the configuration a name.
  4. Browse for your project in the project list
  5. Select Launch radio button in the Launch Action Tab and choose your package name and Click on Apply.
  6. In the Target Tab Click on the "Always prompt to device" radio button and select your AVD which you have created already.
  7. Click on Apply and then Run.
  8. Now your AVD is ready to take off.