Cannot read properties of undefined (reading 'blendState')

cocoscreator3.8.7 微信小程序和网页版本都没有问题,打包到android上会崩溃
at Sprite._updateBlendFunc (src/cocos-js/cc.js:42147:59)
at Sprite.updateMaterial (src/cocos-js/cc.js:42
at Sprite.onEnable (src/cocos-js/cc.js:42004:16)
at Sprite.onEnable (src/cocos-js/cc.js:43080:17)
Uncaught Exception:
location : src/cocos-js/cc.js:42147:58:
let target = this.getRenderMaterial(0).passes[0].blendState.targets[0];

  • msg : TypeError: Cannot read properties of undefined (reading ‘blendState’)