Problem with Android Studio installation.

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

I'm facing problem with the Android Studio. When I try to install it, it says that my system doesn't has the latest version of Java. I downloaded Java as recommended by Android Studio but it still says that my system has no Java. How can I fix this error? Has my installer crashed?

SHARE
Answered By 5 points N/A #190106

Problem with Android Studio installation.

qa-featured
  • Click the following buttons on your computer:
  1. “Start”
  2. “Computer”
  3. “System Properties”
  4. “Advanced System Properties”
  • Open the “Advanced” tab, then click on “Environment Variables”.  Here you need to add a new system variable called JAVA_HOME which points to the location of your JDK folder.  (As an example C:Program FilesJavajdk1.7.0_21)
  • Launch Android Studio

Related Questions