由于 bugsnag,React Native 0.63 构建失败
Posted
技术标签:
【中文标题】由于 bugsnag,React Native 0.63 构建失败【英文标题】:React Native 0.63 build fails due to bugsnag 【发布时间】:2021-01-23 15:56:27 【问题描述】:构建只是说:
Build file '/.../node_modules/@bugsnag/react-native/android/build.gradle' line: 17
* What went wrong:
A problem occurred evaluating project ':bugsnag_react-native'.
> java.lang.ExceptionInInitializerError (no error message)
提到的行只是apply plugin: "kotlin-android"
我们只是将它添加到项目中并关注https://docs.bugsnag.com/platforms/react-native/react-native/#installation
【问题讨论】:
【参考方案1】:我遇到了同样的问题,为我解决的问题是将 android/build.gradle
中的 Kotlin 版本更新为 1.3.72
。
buildscript
ext
...
ext.kotlinVersion = '1.3.72'
...
这个 SO 答案帮助我找出了问题所在:https://***.com/a/62475745
【讨论】:
以上是关于由于 bugsnag,React Native 0.63 构建失败的主要内容,如果未能解决你的问题,请参考以下文章
React-native 0.65 (targetSdk=30) android build 由于 react-native-reanimated 而失败