Android Material and appcompat Manifest merger failed in react-native or ExpoKit

前端 未结 13 1322
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 16:07

I updated \'android.support:appcompat-v7\' to 28.0.0.

But it brought an error from the build.

Attribute application@appComponentFactory          


        
13条回答
  •  天命终不由人
    2020-12-15 16:40

    Google play services breaking changes. See Release Notes.

    The simple way to resolve this issue is just changing the version of Google play services.

    Change all com.google.android.gms:play-services-* dependencies to version 16

提交回复
热议问题