hmole
05/08/2019, 5:47 AMx86
and `x86_64`Android targets not supported? I'm looking at the sample https://github.com/JetBrains/kotlin-native/blob/master/samples/androidNativeActivity/build.gradle here and only seeing arm32
, arm64
napperley
05/08/2019, 7:53 AMnapperley
05/08/2019, 7:55 AMhmole
05/08/2019, 8:26 AMbenny.huo
05/08/2019, 12:04 PMJoakimForslund
05/09/2019, 2:15 PMJoakimForslund
05/09/2019, 2:15 PMgildor
05/14/2019, 5:19 AMAndroid isn’t widely used on x86/x86_64 based CPUsIt’s not true, all the Chromebooks are x86 and in our app we have significant amount of users who use Android apps on their Chromebooks
gildor
05/14/2019, 5:19 AMit doesn’t make much sense for the Android target to support those CPUsAlso we have high performance C++ code that works with audio and difference between native x86_64 vs ARM interpreter is huge. So support x86/x86_64 is really required for native code used for Android applications
napperley
05/14/2019, 6:41 AMgildor
05/14/2019, 6:44 AM4ntoine
05/15/2019, 9:10 PM