无法解析构造函数 Intent

Cannot resolve constructor Intent

您尝试使用的 Intent 构造函数的第一个参数采用 ContextFragment 不是 Context。使用 getActivity() 而不是 this.