Posted: 2nd Nov 2021 0:31
Hi,

Any idea why I'm getting this error when I have had JDK 8 and 17 installed? One of the bellow images is showing I have JDK 8 installed after I had 17 installed I wanted to try version 8, but I get the same error.
Posted: 2nd Nov 2021 0:55
The auto detection is still not working, you have to add the path environment variables manually

C:\Program Files\Java\jdk-17.0.1\bin".
Posted: 2nd Nov 2021 1:57
C:\Program Files\Java\jdk-17.0.1\bin"."


If I install 64 bit jdk 17.0.1 can I still create 32 bit exes? Or do I need 32 bit version for that? I do don't I? And it doesn't affect apk does it?
Posted: 2nd Nov 2021 2:26
You do not create 32 bit executables for android, its been 64 bit only for the last couple of years.
Posted: 2nd Nov 2021 11:38
ou do not create 32 bit executables for android, its been 64 bit only for the last couple of years.


Then why do is have a setting in my ide that has this statement "Create 64 bit executable" or something of the sort. It is unchecked. I wanted to make things available also the 32 bit customers

Yes I know you don't need exes for android
Posted: 2nd Nov 2021 11:43
That's for the Windows executable.
Posted: 2nd Nov 2021 12:04
Yes, I know, but basically I'm asking if it isn't checked, is it creating 32 bit exes?
Posted: 2nd Nov 2021 15:48
Well, thank you PartTimeCoder for your help