Error installing Android Studio

Asked

Viewed 403 times

2

Guys, I have the following error when installing Android Studio:

I have already set the variable, and already installed the JDK

Even so, the error persists!

  • I have done all the process, and keep giving the same error. My version is the 8.0.91 of JDK. I have installed all the variables! Ta bone!

1 answer

0

Pay attention, download the most current Android Studio IDE, and download your JDK depending on your 32bit or 64bit machine, so your installation works, how to know if your machine is 32bit or 64bit?

Keystone windows + r and type control and press enter, now go to System and there you will know and will have the information.

Another important thing:

  • In Sistema
  • Advanced System Settings
  • System Properties
  • Advanced
  • Environment variables

If you have - Variáveis de usuário - equal to - Variáveis do sistema - your installation will always give error, delete the - Variáveis de usuário - wrong and include only those of tutorial in - Variáveis do sistema -, as seen below.

-- Wrong Way --

inserir a descrição da imagem aqui


-- Right Way --

inserir a descrição da imagem aqui

Also beware of duplicates of JDK in, Valor da variável, example:

C: Program Files Java jdk1.8.0_66 bin;C: Program Files Any Software;C: Program Files Java jdk1.7.0_41 bin;

Keep only the most current JDK, do not duplicate entries in Valor da variável, thus:

C: Program Files Java jdk1.8.0_66 bin;C: Program Files Any Software;

I mean the value of your JDK, only appears once in each variable!

  • I’ve done all this, and keep making the mistake. I don’t know what else to do. I’ve read everything on the internet

Browser other questions tagged

You are not signed in. Login or sign up in order to post.