简体   繁体   中英

Android menu set icon through java

I trying to set icon on menu item through java code

m1.setIcon(getResources().getDrawable(R.drawable.play));

on this line my app is crashing check is error

在此处输入图像描述

The MenuItem is not initialized so it causes a null object reference. you should inflate the MenuItem to be initialized in order to.setIcon(...);

Please share more code, to take a detailed solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM