We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to build a release, I get this message:
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-google-api-availability-bridge:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed /home/soywod/.gradle/caches/transforms-2/files-2.1/ab2c0d53782effd02ac7f499ae154019/appcompat-1.0.2/res/values-v26/values-v26.xml:5:5-8:13: AAPT: error: resource android:attr/colorError not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/ab2c0d53782effd02ac7f499ae154019/appcompat-1.0.2/res/values-v26/values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/ab2c0d53782effd02ac7f499ae154019/appcompat-1.0.2/res/values-v26/values-v26.xml:13:5-16:13: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/ab2c0d53782effd02ac7f499ae154019/appcompat-1.0.2/res/values-v28/values-v28.xml:5:5-8:13: AAPT: error: resource android:attr/dialogCornerRadius not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/ab2c0d53782effd02ac7f499ae154019/appcompat-1.0.2/res/values-v28/values-v28.xml:9:5-12:13: AAPT: error: resource android:attr/dialogCornerRadius not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:57:5-88:25: AAPT: error: resource android:attr/fontStyle not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:57:5-88:25: AAPT: error: resource android:attr/font not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:57:5-88:25: AAPT: error: resource android:attr/fontWeight not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:57:5-88:25: AAPT: error: resource android:attr/fontVariationSettings not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:57:5-88:25: AAPT: error: resource android:attr/ttcIndex not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:89:5-125:25: AAPT: error: resource android:attr/startX not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:89:5-125:25: AAPT: error: resource android:attr/startY not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:89:5-125:25: AAPT: error: resource android:attr/endX not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:89:5-125:25: AAPT: error: resource android:attr/endY not found. /home/soywod/.gradle/caches/transforms-2/files-2.1/6e813fa6b8fc8b59c3519258210e2a27/core-1.0.1/res/values/values.xml:126:5-132:25: AAPT: error: resource android:attr/offset not found.
It appeared after bumping the SDK version from 28 to 29. The 28 became deprecated so I'm stuck. Thanks for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to build a release, I get this message:
It appeared after bumping the SDK version from 28 to 29. The 28 became deprecated so I'm stuck. Thanks for your help.
The text was updated successfully, but these errors were encountered: