|
Re: Android Studio Error: CreateProcess Error = 216
Are you sure you have a 32-bit Win7? It is kind of rare with newer computers nowadays. According to your info, the JDK you downloaded was 32-bit so that's fine. But the Android Studio does not have different packages for 32-bit and 64-bit so I assume it can do both. You need to determine which program put out that error message? The %1 in the message seems to be the program name but for some reason it did not show up. Another possibility is some sort of DLL confusion meaning there was a different version of a similar program installed that confused Android Studio. For example, have you installed a different version of the JDK before? If you accidentally installed a 64-bit JDK before, it will stick around even though you later installed a 32-bit JDK. Take a look at the folder c:\Program Files\java. What folders do you see there?
__________________
|