我有一个使用 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.
知道该怎么做吗?