79414052

Date: 2025-02-05 08:20:25
Score: 1.5
Natty:
Report link

The issue is due to the missing Fragment dependency, as mentioned in the error message you sent. You just need to add this dependency.

Here’s the link to the official site: mvnrepository Or add this to your Gradle: runtimeOnly("androidx.fragment:fragment:1.8.5")

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Hamed Karami