This happened when the Android Studio installed on my laptop was version 2.2.
Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher
I have tried reinstalling JDK, but still nothing with the same issue. Not giving up, I tried other ways such as using embedded JDK but still the same.
So what will happen to me next? See more details below.
A few days later I found a bright spot, in the following way:
- Install jdk 1.8.xx
- Open Android Studio -> Project Structure -> SDK Location, then specify the directory where you placed the JDK installation. By default, Android Studio uses the embedded JDK, but for other reasons (error = 216), this needs to be done.
- Click Ok, done!