Open Aqua-Ye opened 5 years ago
potentially related: https://stackoverflow.com/questions/52781821/renderscript-broken-with-androidx
I had a strange problem on Android 5.0 : crash of the app but no stacktrace. Probably a crash in a low graphic layer. Adding "buildToolsVersion" on my config solve the problem. I don't know why. See my config below. Maybe this will work for you.
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
renderscriptTargetApi 18
renderscriptSupportModeEnabled true
Here is the logs: