-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Resource Linking Failing during ./gradlew assembleRelease #71
Comments
RN version? |
For anyone building an app with RN ^0.60.0, I was able to build the apk with a little help from GitHub: expo/create-react-native-app#499 (comment) |
worked for me! Thanks!! |
@eggybot @jaklew @Gabsys
My RN version is 0.62.2 |
Been trying to assemble an apk for a long time now but keep running across this error when building.
java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:7: error: resource android:attr/colorError not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:11: error: resource android:attr/colorError not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:15: error: style attribute 'android:attr/keyboardNavigationCluster' not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values/values.xml:2747: error: resource android:attr/fontStyle not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values/values.xml:2748: error: resource android:attr/font not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values/values.xml:2749: error: resource android:attr/fontWeight not found.
node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values/values.xml:2750: error: resource android:attr/fontVariationSettings not found.
/node_modules/react-native-dialogflow/android/build/intermediates/res/merged/release/values/values.xml:2751: error: resource android:attr/ttcIndex not found.
Any ideas ?? Your help is much appreciated.
The text was updated successfully, but these errors were encountered: