Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Error:CreateProcess error=216 - Android Studion Gradle Error

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

  • 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....


This post first appeared on Technology Innnovation, please read the originial post: here

Share the post

Error:CreateProcess error=216 - Android Studion Gradle Error

×

Subscribe to Technology Innnovation

Get updates delivered right to your inbox!

Thank you for your subscription

×