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")