Getting JDK installation error

Hi,

I am getting error “Could not find JDK, You’ll need to install 32 bit version” while building Android app. Where as I have already installed JDK 8 with 64bit version. Is corona sdk is 32 bit? on download  I cannot find version of corona SDK whether it 32bit or 64bit. Android SDK is already installed.

Can any one help out

Yes that is correct.  Instructions are here https://docs.coronalabs.com/guide/start/installWin/index.html

I believe the backkstory here is that Android needs the jarsigner, keytool, etc. tools to be 32 bit. These tools come from the Java JDK which is why the JRE dosen’t work. The 64 bit tools create files that Google Play doesn’t like… If I understand the situation correctly.

Rob

Yes that is correct.  Instructions are here https://docs.coronalabs.com/guide/start/installWin/index.html

I believe the backkstory here is that Android needs the jarsigner, keytool, etc. tools to be 32 bit. These tools come from the Java JDK which is why the JRE dosen’t work. The 64 bit tools create files that Google Play doesn’t like… If I understand the situation correctly.

Rob