Xamarin Forms : Error APT0000: Error retrieving parent for item: No resource found that matches the given name 'Widget.AppCompat.Light.ActionButton'

前端 未结 2 1749
悲哀的现实
悲哀的现实 2020-12-17 00:31

I am building a Xamarin forms app for learning and everything is working for iOS etc, Android was working and now, for a reason I cant work out. Something is wrong with the

相关标签:
2条回答
  • 2020-12-17 00:57

    I hit this when I copied in one XF android project into another. Turns out the styles.xml was looking for assets that hadn't been copied over yet. Make sure you've copied your styles and visual assets such as icons over.

    0 讨论(0)
  • 2020-12-17 01:07

    I had corrupt packages in ./local/shared/Xamarin

    0 讨论(0)
提交回复
热议问题