You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I noticed that the content of the
main.xml
layout file inlayout/
andlayout-v11/
differ. The latter contains theRecyclerView
@+id/nearbyStationList
which is referenced inMainInput.java#onCreate
. Inlayout/main.xml
there is no@+id/nearbyStationList
. This like causes aNullPointerException
.Can you please consolidate the layout files?
The text was updated successfully, but these errors were encountered: