Xamarin cross-platform (portable class) project compilation error

前端 未结 2 1327
忘了有多久
忘了有多久 2021-02-11 07:37

I made a new blank cross-platform project using a portable class library in visual studio, BUT when I try to build a platform project I have a list of errors:

Er         


        
2条回答
  •  情深已故
    2021-02-11 07:47

    I have created a new Xamarin.forms project (blank shared) with VS2015 Update 3 RC and similar problems (and more, e.g. 'Resource.Attribute' does not contain a definition for 'actionBarSize'.
    The problem was the sub-version of JDK (Update 55 instead of Update 79).
    You can find my posting to the Resource.Attribute error here: JDK7 problem

提交回复
热议问题