Building for Vulkan on Android

Hello,

I am trying to build my project for Android Vulkan for a Pixel C under Android N beta.
I am using 4.12.5 built from source to enable Vulkan option, however, when I am building, this gives me errors and failed package.

Question, what SDK, NDK, Java and Ant versions shall we use to be able to package Vulkan for Android N?
It seems that Android N requires Java version 8 and SDK API Level 24, but I do not find any references to those on the forums / Answers.

Hello guillaumeb,

With 4.12’s release, we updated what version of AndroidWorks is needed. You can find these new files in your engine installation under Engine/Extras/AndroidWorks. Be sure to uninstall your previous version first as the Android SDKs aren’t something that overwrite each other very well and it often causes problems.

Thanks , I’ll try this.