The error message is:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> Android resource linking failed
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:10: error: resource color/colorPrimary (aka com.maestro.aba:color/colorPrimary) not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:11: error: resource color/colorPrimaryDark (aka com.maestro.aba:color/colorPrimaryDark) not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:12: error: resource color/colorAccent (aka com.maestro.aba:color/colorAccent) not found.
error: resource style/Theme.AppCompat.Light.DarkActionBar (aka com.maestro.aba:style/Theme.AppCompat.Light.DarkActionBar) not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:10: error: style attribute 'attr/colorPrimary (aka com.maestro.aba:attr/colorPrimary)' not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:11: error: style attribute 'attr/colorPrimaryDark (aka com.maestro.aba:attr/colorPrimaryDark)' not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:12: error: style attribute 'attr/colorAccent (aka com.maestro.aba:attr/colorAccent)' not found.
error: resource style/Theme.AppCompat.DayNight.NoActionBar (aka com.maestro.aba:style/Theme.AppCompat.DayNight.NoActionBar) not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:15: error: style attribute 'attr/windowActionBar (aka com.maestro.aba:attr/windowActionBar)' not found.
com.maestro.aba.app-mergeDebugResources-2:/values/values.xml:16: error: style attribute 'attr/windowNoTitle (aka com.maestro.aba:attr/windowNoTitle)' not found.
error: resource style/Theme.SplashScreen (aka com.maestro.aba:style/Theme.SplashScreen) not found.