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文件夹里

 

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐