I have a test phone that has Android 8.1 on it. In the app inventor IDE, the list picker appears as a drop down list with text from the attribute 'text' however on the phone it appears as a black oval (compressed to half of the height of the app inventor IDE) and there is no text. It functions as a list when clicked on, but there is no text.
Is this an issue with testing on Android 8? Also, is there a way to get the selecteditem text to show up in the list picker like with .net, rather than having to use an adjoining label to display the chosen option?