android 打包出现这个错误,运行程序没事 Index -1 out of bounds for length 2835

android 在打包的时候 app里出现这个错误

Execution failed for task ':app:mergeReleaseResources'.

Index -1 out of bounds for length 2835

不知道修改哪里才能好

在app文件夹下的build.gradle中配置下面两个信息,再build->clean project
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false