Skip to content
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

Compile errors when adding this library #11

Open
pbassut opened this issue Apr 25, 2021 · 0 comments
Open

Compile errors when adding this library #11

pbassut opened this issue Apr 25, 2021 · 0 comments

Comments

@pbassut
Copy link

pbassut commented Apr 25, 2021

Execution failed for task ':@foursquare_pilgrim-sdk-react-native:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed
     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:70:5-73:11: AAPT: error: resource anim/catalyst_push_up_in (aka com.foursquare.pilgrim.react:anim/catalyst_push_up_in) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:70:5-73:11: AAPT: error: resource anim/catalyst_push_up_out (aka com.foursquare.pilgrim.react:anim/catalyst_push_up_out) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:74:5-77:11: AAPT: error: resource anim/catalyst_push_up_in (aka com.foursquare.pilgrim.react:anim/catalyst_push_up_in) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:74:5-77:11: AAPT: error: resource anim/catalyst_push_up_out (aka com.foursquare.pilgrim.react:anim/catalyst_push_up_out) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values/values.xml:220:5-223:13: AAPT: error: resource anim/abc_popup_enter (aka com.foursquare.pilgrim.react:anim/abc_popup_enter) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values/values.xml:220:5-223:13: AAPT: error: resource anim/abc_popup_exit (aka com.foursquare.pilgrim.react:anim/abc_popup_exit) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values/values.xml:224:5-227:13: AAPT: error: resource anim/abc_grow_fade_in_from_bottom (aka com.foursquare.pilgrim.react:anim/abc_grow_fade_in_from_bottom) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values/values.xml:224:5-227:13: AAPT: error: resource anim/abc_shrink_fade_out_from_bottom (aka com.foursquare.pilgrim.react:anim/abc_shrink_fade_out_from_bottom) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values/values.xml:228:5-231:13: AAPT: error: resource anim/abc_tooltip_enter (aka com.foursquare.pilgrim.react:anim/abc_tooltip_enter) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values/values.xml:228:5-231:13: AAPT: error: resource anim/abc_tooltip_exit (aka com.foursquare.pilgrim.react:anim/abc_tooltip_exit) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values-v23/values-v23.xml:7:5-20:13: AAPT: error: resource drawable/abc_control_background_material (aka com.foursquare.pilgrim.react:drawable/abc_control_background_material) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/ca8636fa9e2274c948392e260d5cadee/appcompat-1.1.0/res/values-v23/values-v23.xml:21:5-34:13: AAPT: error: resource drawable/abc_control_background_material (aka com.foursquare.pilgrim.react:drawable/abc_control_background_material) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:90:5-93:11: AAPT: error: resource anim/catalyst_fade_in (aka com.foursquare.pilgrim.react:anim/catalyst_fade_in) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:90:5-93:11: AAPT: error: resource anim/catalyst_fade_out (aka com.foursquare.pilgrim.react:anim/catalyst_fade_out) not found.

     /Users/patrickbassut/.gradle/caches/transforms-2/files-2.1/3ee7b0ca178ca848d45657dd52f332c9/jetified-react-native-0.63.1/res/values/values.xml:94:5-97:11: AAPT: error: resource anim/catalyst_slide_up (aka com.foursquare.pilgrim.react:anim/catalyst_slide_up) not found.


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6m 46s
636 actionable tasks: 15 executed, 621 up-to-date

This seems like a trivial issue but I can't find anywhere how to go about it.

Can someone more experienced in Android help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant