Skip to content

Compile errors when adding this library #11

@pbassut

Description

@pbassut
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions