The reason for the issue is that the dependency flexbox-2.0.1 was hosted on jcenter(), which has been shut down.
One solution to solve this issue is to remove the jcenter() repository from all of the repositories objects in the build.gradle (Project Level) file and add a mirror repository for it, such as Aliyun Mirror, for example: