error CreateProcess error = 193,% 1 is not a valid Win32 application on Android Dtudio

0

In Android Studio, when creating a new project, the gradle is activated, and after a few seconds the following message appears:

  

Error CreateProcess error = 193,% 1 is not a valid Win32 application

I have looked for information to try to solve it, but I can not find the way.

    
asked by CHELUY 04.07.2017 в 03:07
source

1 answer

1

In my case it was a problem with the JDK route.

I just put the appropriate path of the JDK for Android Studio 2.3.3

File - > Project Structure - > In the panel on the right "SDK Location" - > JDK Location - > Click on the 3 dots "..." to select the route of the JDK that by default you must have it installed in "C: \ Program Files \ Java \" and select the folder that starts with "jdk *" in my case it was "jdk1.8.0_131" and you are ready to accept

    
answered by 08.07.2017 в 23:55