赞
踩
Caused by: android.view.InflateException: Binary XML file line #17: Error inflating class com.google.android.material.bottomnavigation.BottomNavigationView
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.IllegalArgumentException: width and height must be > 0
at com.google.android.material.bottomnavigation.BottomNavigationItemView.setIcon(BottomNavigationItemView.java:347)
原因:menu-->item-->icon 使用了mipmap里的文件
解决:menu文件里item-->icon属性值必须为drawable文件夹里
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。