error is generated on these code : setBadgeCount(this,icon ,"0");
here is my code:
  MenuItem itemCart = menu.findItem(R.id.action_cart);
    LayerDrawable icon = (LayerDrawable) itemCart.getIcon();
    // Update LayerDrawable's BadgeDrawable
    setBadgeCount(this,icon ,"0");