79091934

Date: 2024-10-15 22:31:10
Score: 1.5
Natty:
Report link

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:

You can find an example here

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Muhammed Mustafa Geldi