In my case, I had to replace the imported AlertDialog class from:
import androidx.appcompat.app.AlertDialog;
to:
import android.app.AlertDialog;