My App is not working in API 23

一世执手 提交于 2019-12-05 18:57:26

For a quick fix: on the device/emulator goto Settings -> Apps -> Your App -> Permissions and make sure Storage is checked on. Long term, you want your app to request permissions at run time using the new APIs added in API 23.

You Should Handle Storage permissions Programmatically in MarshMallow Devices.

  • Hey check your styles.
  • Your list colour is different in provide api images.
  • I think the list item text colour is WHITE so its not visible in api 23.
  • try to change that colour and I'm sure it'll work.

*Note - Please keep similar theme accross all api.

I think the textColor is white. So you are not able to see the row items. You can change the textcolor and everything will work fine

Goodluck!

I found the problem, it is android:foreground="#EBEBEB" which is white colour in list item linear layout.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!