小编Gui*_*ret的帖子

React Native - gradle,清单合并错误

当尝试构建我的 Android React Native 应用程序时,我收到此错误

Execution failed for task ':app:processReleaseMainManifest'.
> Manifest merger failed : Attribute meta-data#org.unimodules.core.AppLoader#react-native-headless@value value=(org.unimodules.adapters.react.apploader.RNHeadlessAppLoader) from [:unimodules-react-native-adapter] AndroidManifest.xml:14:13-88
        is also present at [:expo-modules-core] AndroidManifest.xml:14:13-86 value=(expo.modules.adapters.react.apploader.RNHeadlessAppLoader).
        Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:12:9-14:91 to override.
Run Code Online (Sandbox Code Playgroud)

android android-studio react-native expo

9
推荐指数
1
解决办法
4601
查看次数

标签 统计

android ×1

android-studio ×1

expo ×1

react-native ×1