Failed To Find Style 'listmenuviewstyle' In Android Studio
I'm trying to add icons to my menu items in my android application. However the layout preview window in Android studio is displaying the error: Failed to find style 'listMenuViewS
Solution 1:
The attribute listMenuViewStyle
was introduced with api level 24. Make sure you use compileSdkVersion 24
or above.
Post a Comment for "Failed To Find Style 'listmenuviewstyle' In Android Studio"