From falcon.sheep at gmail.com Fri Jan 5 12:43:54 2018 From: falcon.sheep at gmail.com (Abu Abdullah) Date: Fri, 5 Jan 2018 16:43:54 +0400 Subject: support for android native 1.8 Message-ID: Hi, i cannot compile the android examples in the new Android 3.0 unless i use the old gradle files 3.3 with Jack port enabled for java 1.8 (compileReleaseJavaWithJavac) i tried to upgrade it to gradle files 4 to utalise the native java 8 with android 3.0 but it is not supported. Jack port is very heavy and does not work with many new libraries i start using. is there anything we can do here. can we have an example without using compileReleaseJavaWithJavac or works with the new android stack (3.0 with new gradle and native java 8 support).