标签: django django-templates
我正在关注此tutorial。
运行服务器时出现此错误 -
RecyclerView recyclerView = (RecyclerView) context.findViewById(R.id.recyclerview); FlexboxLayoutManager layoutManager = new FlexboxLayoutManager(context); recyclerView.setLayoutManager(layoutManager);
我该如何解决?