I noticed that the content of the main.xml layout file in layout/ and layout-v11/ differ. The latter contains the RecyclerView @+id/nearbyStationList which is referenced in MainInput.java#onCreate. In layout/main.xml there is no @+id/nearbyStationList. This like causes a NullPointerException.
Can you please consolidate the layout files?
I noticed that the content of the
main.xmllayout file inlayout/andlayout-v11/differ. The latter contains theRecyclerView@+id/nearbyStationListwhich is referenced inMainInput.java#onCreate. Inlayout/main.xmlthere is no@+id/nearbyStationList. This like causes aNullPointerException.Can you please consolidate the layout files?