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
This above problem is only occured to 32 bit edition of windows.
Follow the below steps to resolve the error
After that create process error will be resolved but the new error Gradle Sync error will appear like this "Gradle sync failed: 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"
To fix the new problem reduce the memory Xmx768m in gradle.properties (Your Android Project > Gradle Scripts > gradle.properties )
Thats it. Now enjoy developing your own android apps. Thanks....
This above problem is only occured to 32 bit edition of windows.
Follow the below steps to resolve the error
- Click your Project in Android Studio
- Go to File Menu > Project Structure
- SDK Location > JDK Location
- Uncheck the "Use embedded JDK "
- Select the installed jdk location
After that create process error will be resolved but the new error Gradle Sync error will appear like this "Gradle sync failed: 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"
To fix the new problem reduce the memory Xmx768m in gradle.properties (Your Android Project > Gradle Scripts > gradle.properties )
Thats it. Now enjoy developing your own android apps. Thanks....
Awesome work.Just wanted to drop a comment and say I am new to your blog and really like what I am reading.Thanks for the share
ReplyDelete