Have an “'Resource.Attribute' does not contain a definition for 'actionBarSize'” error

后端 未结 6 894
情书的邮戳
情书的邮戳 2020-12-18 20:40

Was trying to debug an empty app and got \"\'Resource.Attribute\' does not contain a definition for \'actionBarSize\'\" error. I have reinstalled android SDK\'s.

<         


        
6条回答
  •  醉梦人生
    2020-12-18 21:05

    This worked for me:

    • Removed all Xamarin Google Play Services nuget packages.
    • Reinstall those packages which i need.

    Once i tried to install packages again nuguet asked me to change Compile API to level 24.

提交回复
热议问题