When I am trying to generate android apk by using ./gradlew installRelease, I get this error in console:
./gradlew installRelease
~/React-Native/mockingbird/android/app/
Remove the files you might have on:
android/app/src/main/res/drawable-mdpi/ android/app/src/main/res/drawable-xhdpi/ android/app/src/main/res/drawable-xxhdpi/
Run Build again, This fixed the issue for me.