How to solve Facebook tools:replace=“android:theme”?

前端 未结 5 1897
心在旅途
心在旅途 2020-12-24 10:45

I have

compile \'com.facebook.android:facebook-android-sdk:4.16.0\'

My manifest:



        
5条回答
  •  遥遥无期
    2020-12-24 11:32

    In your manifest, remove

    android:theme="@android:style/Theme.Translucent.NoTitleBar"
    

    in the FacebookActivity

    Edit: Do you use firebase as well? If so, have a look here Android manifest merger with facebook and firebase libraries

提交回复
热议问题