用uniapp开发打包的安卓app,会出错Clear Cache for Example? Example is closed because the app has a bug. Try clearing the app's cache first and then reopen the app错误,错误如图,在stackoverflow上看到有修复方式如下”If you are using any pending intents use the following as flags
PendingIntent.FLAG_MUTABLE or PendingIntent.FLAG_IMMUTABLE
in Android 12 or above. It might solve your issue“
在uniapp中要如何修复?