Marvel一直工作到现在。由于某些未知原因,我们收到以下错误消息:
Marvel:错误400错误请求:无法设置属性'status' 未定义
Elasticsearch日志中没有任何帮助。我们的群集运行状况为绿色,我们的服务器上有足够的磁盘和内存空间。
答案 0 :(得分:1)
我相信您的模板有问题。你有机会定义吗?
// use auto completion of android studio to correct this method call :)
public void onViewCreated(View view) {
// this will inform the activity that this fragment contribute the actionbar items
setHasOptionsMenu(true)
}
删除它,你应该没事。