EDIT:
The solution suggested by @Percy Vega on this one worked for me.
Running idea64.exe instead of idea.exe when you have a 64 bit JRE seems to do the trick.
I never used Gradle, so I'm pretty confused right now: I've been trying to get this to work for a long time, but without any success. I am trying to create an Android project in IntelliJ Idea 2016.3.2 , but as soon as I create it, I get this message:

In the message log:
Gradle sync started Gradle sync failed: The newly created daemon process has a different context than expected. It won't be possible to reconnect to this daemon. Context mismatch: Java home is different. Wanted: DefaultDaemonContext[uid=null,javaHome=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3.1\jre,daemonRegistryDir=C:\Users\xico\.gradle\daemon,pid=5660,idleTimeout=null,daemonOpts=-Xmx1536m,-Dfile.encoding=windows-1252,-Duser.country=US,-Duser.language=en,-Duser.variant] Actual: DefaultDaemonContext[uid=08e53ecc-a9ee-405c-afc9-a7ba8779d6ee,javaHome=C:\Program Files\Java\jdk1.8.0_112,daemonRegistryDir=C:\Users\xico\.gradle\daemon,pid=2336,idleTimeout=60000,daemonOpts=-Xmx1536m,-Dfile.encoding=windows-1252,-Duser.country=US,-Duser.language=en,-Duser.variant] Consult IDE log for more details (Help | Show Log)
I downloaded Gradle 3.3 and saved it at:
C:\Program Files\Gradle\gradle-3.3
Below is the Gradle parameter inside IntelliJ. Iv'e also tried to test "battery life", but it gives the same result:

Root build.gradle file :

And the build.gradle application file :

How can i fix this? Thanks in advance.
PS: If you need more information, just ask.