Xamarin linking SDK and UserAssemblies: Error inflating class android.support.v7.widget.FitWindowsFrameLayout

前端 未结 4 1797
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 07:24

My app is working without linking. It works fine also when I choose Sdk Assemblies only. It works fine in debug mode as well but it start failing if I choose linking SDk and Use

4条回答
  •  醉梦人生
    2021-02-04 08:11

    Try to exclude Android.Support v7 and v4 from the linker.

    In XamarinStudio: Project Options -> Android Build -> Linker -> Ignore assemblies

    add Xamarin.Android.Support.v7.AppCompat;Xamarin.Android.Support.v4

提交回复
热议问题