jsiot76

Results 2 comments of jsiot76

I reproduce the crash with API level 26 (Android 8.0); no crash with API level 27 (Android 8.1)

buildscript { ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31 if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the...