0

I've been googling it and couldn't find anything or anyone explaining how to tackle the issue.
Basically whenever I run eclipse it will run but this error will appear:

Error: Error parsing the AVDs
Unable to get the Android SDK home directory.
Make sure the environment variable ANDROID_SDK_HOME is set up.

What do I do to fix it? Sorry I'm new to eclipse. I used to develop websites on php and javascript. SO I need help of more experienced folks please...

Richard
  • 8,961
  • 3
  • 38
  • 47
OlegArsyonov
  • 1,251
  • 1
  • 14
  • 18

1 Answers1

0

If you use Windows, have a look at this SO link.

If you use Linux, you'll need to set your environment properly to point to Android SDK's home, JDK's home, etc.

Community
  • 1
  • 1
ChuongPham
  • 4,761
  • 8
  • 43
  • 53