0

我有一个使用 RN 0.62.2 的 react-native 应用程序,它工作正常。尝试使用 hermes 而不是 JSC 时,在构建过程中出现以下错误:

D8: Program type already present: androidx.renderscript.Allocation$1
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
Program type already present: androidx.renderscript.Allocation$1
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.

知道该怎么做吗?

4

1 回答 1

1

您是否按照文档的建议( https://reactnative.dev/docs/hermescd android && ./gradlew clean )从 jsc 切换到 hermes 后尝试运行?

于 2020-10-19T12:24:17.323 回答