No adapter attached; skipping layout onCreateView()
问题 Trying to implement RecyclerView into my application, I don't understand why i'm getting "No adapter attached; skipping layout" I thought i clearly set it up in the onCreateView. Some other posts suggested to move it to Oncreate() but when i do that i get many more errors. I followed this tutorial if it helps. Here is my Main Activity class I do not believe this is a duplicate of another question, although it might be similar. when moved to onCreate() the entire application crashes. public