(UPDATED)
This solution works for me
rm -rf ./android/app/src/main/res/drawable-*
rm -rf ./android/app/src/main/res/raw
In my case, the build failed because there are duplicated resources in my Android project (in Android folder), these two lines are necessary to remove duplicated resources, that’s all.