react-native: Execution failed for task ':xxxxxx:verifyReleaseResources'

报这个错有一种可能是因为 版本落后的情况,我们需要统一版本。

android/build.gradle

react-native: Execution failed for task ':xxxxxx:verifyReleaseResources'

 

build.gradle(react-native-image-picker)

react-native: Execution failed for task ':xxxxxx:verifyReleaseResources'

将其中的buildToolsVersion  和  compileSdkVersion  相同即可,
然后将build.gradle(react-native-image-picker)里的compile改为implementation,因为compile已过时。

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-12-31
  • 2021-05-09
  • 2021-11-19
  • 2021-04-27
  • 2021-03-31
  • 2021-10-05
猜你喜欢
  • 2021-11-10
  • 2021-06-16
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案