Reputation: 105
I have a problem in my visual studio for mac, that prevents me from building android apps.
As you can see in the screenshots I can't even select an android SDK.
And my project tells me that Xamarin.Android is not installed.
I already tried reinstalling VisualStudio and Xamarin.Android
but didn't helped.
Does anyone knows whether there is a cache or config file or something else that is maybe wrong and not correctly updated?
Upvotes: 0
Views: 840
Reputation: 74094
Launch Visual Studio for Mac and open the Extension Manager (App Menu / Extensions) and make sure that the Android extensions/addins are enabled:
If they are, check the IDE logs for errors related those extensions:
Help
/ Open Log Directory
AndroidTools.XXXXXXXX.log
and
Ide.XXXXXXXX.log
Upvotes: 1