I'm brand new both to Xamarin and the Rider IDE, but not to Android. I'm going through some test projects, but when I make a new project, the ProjectName/Resources
folder is missing things that I would expect to be there, most notably drawable
. How can I create or get access to those directories so that I can do something like set the app icon?
I've tried creating a drawable directory, including it, and making sure that the build action is set to AndroidResource, but when I add Icon = @drawable/icon.png
in the MainActivity, it doesn't recognize the drawable tag.