Bug
现象
Invoke-customs are only supported starting with Android O (--min-api 26) Stack trace: com.android.tools.r8.a: Invoke-customs are only supported starting with Android O (--min-api 26) at com.android.tools.r8.dex.r.a(:291) at com.android.tools.r8.dex.r.a(:98) at com.android.tools.r8.dex.r.b(:188) at com.android.tools.r8.dex.b.a(:63)
原因
因为使用的是最新版本的RecyclerView
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc02"
解决办法:
1、将minsdk版本修改为26
2、或者将recyclerView的版本降低