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 shot
Asked
Active
Viewed 7,007 times
1

Abhigyan
- 641
- 10
- 25
-
whats is the issue when u start the emulator? – KOTIOS Aug 10 '13 at 09:38
-
i have added the screen shot. Plz check it – Abhigyan Aug 10 '13 at 09:41
-
can you show us the emulator/avd settings? – Sunil Mishra Aug 10 '13 at 09:41
-
i am using the pre defined nexus one.. uploaded screen shot – Abhigyan Aug 10 '13 at 09:48
-
1http://stackoverflow.com/questions/15103782/avd-panic-could-not-open-not-a-path-issue see this link – AshMv Aug 10 '13 at 10:03
3 Answers
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 :
OR

KOTIOS
- 11,177
- 3
- 39
- 66
-
-
-
-
no.. i am following the tutorial from developers.android.com .. tell me how to do that – Abhigyan Aug 10 '13 at 09:52
-
let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/35188/discussion-between-abhigyan-sen-and-stacks28) – Abhigyan Aug 10 '13 at 09:55
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
- Choose Run Configurations from Run in the menu bar.
- Under the Android Application --> Select New Configuration.
- In the Android Tab give the configuration a name.
- Browse for your project in the project list
- Select Launch radio button in the Launch Action Tab and choose your package name and Click on Apply.
- In the Target Tab Click on the "Always prompt to device" radio button and select your AVD which you have created already.
- Click on Apply and then Run.
- Now your AVD is ready to take off.