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

后端 未结 6 921
情书的邮戳
情书的邮戳 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:08

    I had the same problem (and various more) after create a new .forms project (shared) with VS2015 Update 3 RC. To the JDK 7, I had installed the version:
    Java SE Development Kit Update 55

    After I have downloaded and installed
    Java SE Development Kit Update 79

    from: Download JDK 7 - Update 79

    and rebooted my machine
    this problem (an various further problems) has gone.

提交回复
热议问题