Android Studio – Failed resolution of: Landroid/graphics/ColorSpace
It worked fine before I updated my Android Studio to 2020.3.1. I just discovered that android.graphics.ColorSpace was introduced in Android API 26. So all the devices which are under Android 8 will throw this exception. But how could it pass…