Is it possible to built an application for android with JDK 8?

In the System Requirements of Corona SDK I read that you need the x86  version of the Java 7 Development Kit in order to built an application for android. My question is whether there will be support for JDK 8 in the near future or do I have to download JDK 7 ,which is a bit difficult because the older version are not public, without hoping for an update.

You can use Java JDK 8 as long as it’s the 32bit version (586) and not the 64bit version.

Rob

Thank you very much :slight_smile: Now it works

You can use Java JDK 8 as long as it’s the 32bit version (586) and not the 64bit version.

Rob

Thank you very much :slight_smile: Now it works