0
votes

I installed the Nuget packages for The Xamarin.Android Support version 25.0.1-rc1. However, when I build- I get this error:

no resource found that matches the given name 'theme.appcompat.light.darkactionbar'

And a few more errors like that.
How do I resolve this?

1
Are you add AppCompat library to your project? - M. Wiśnicki
@M.Wiśnicki Yes, I did - amitairos
Which version android you use to compile this app? - M. Wiśnicki
@M.Wiśnicki I did Compile using Android 7.1 - amitairos
Could you please check if the libraries are correctly added to your project reference? And please post some detailed error log. - Elvis Xia - MSFT

1 Answers

0
votes

I uninstalled and reinstalled the Support packages, and it works now.