How to debug why a Gradle build failed?

Do what the error says.
The item abc_alert_dialog_button_bar_height is defined twice in dimens.xml. So go to dimens.xml and remove one abc_alert_dialog_button_bar_height

Leave a Comment