Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
Error:Execution failed for task ':react-native-fbsdk:processReleaseResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/xxxxx/Library/Android/sdk/build-tools/25.0.0/aapt'' finished with non-zero exit value 1
I have the same problem
Same error message :(
save error
https://stackoverflow.com/questions/44190829/facebook-sdk-android-error-building
First answer helped me solve this error.
app/build.gradle
android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
both compileSdkVersion and buildToolsVersion should be same taken from here
Most helpful comment
https://stackoverflow.com/questions/44190829/facebook-sdk-android-error-building
First answer helped me solve this error.