问题描述
- 安卓 getDrawable stopped
-
getDrawable显示被弃用,按照网上的方法改一直改不好。然后打开虚拟机一直显示unfortunaly,项目has stopped。logcat里显示castexcption
解决方案
替换成这一句试试,报错的贴一下报错代码。
ResourcesCompat.getDrawable(getResources(), R.drawable.your_drawable, null)
时间: 2024-10-04 16:57:07