android studio error in version

0

I tried installing android studio, straight from the site, but it tells me the following information when I start "Gradle sync failed: CreateProcess error=216, Esta versão de %1 não é compatível com a versão do Windows sendo executada .

Check your computer system for information on whether you need an x86 (32-bit) or x64 (64-bit) version of the program and contact the software vendor          Consult IDE log for more details (Help | Show Log)

"

What should I do ??

    
asked by anonymous 27.11.2016 / 15:29

1 answer

0

In this case, the problem is not very related to the windows version, it just is not finding the path to the JDK.

Try to do this:

  • Open the normal android studio, go to File> Project Structure > and uncheck the middle option;

  • click on the icon > (...) of three dots, and will open a folder for you to reference where the JDK folder is, then just OK!

14.05.2017 / 02:21