Tuesday, December 6, 2016

Upgrading Android Studio but getting errors

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

Go to
File -> Project Structure ->  SDK Location

As you can see The SDK is still taking old jdk location
Navigate to JDK folder 1.8 or more (in my case C:\Program Files\Java\jdk1.8.0_111)

Click OK. This should solve the problem. Hope this helps :)



No comments:

Post a Comment