Chris
Chris

Reputation: 105

Visual Studio Mac can't find Xamarin.Android

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. Visual Studio Mac Settings And my project tells me that Xamarin.Android is not installed. I already tried reinstalling VisualStudio and Xamarin.Android but didn't helped. Visual Studio Mac Settings 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

Answers (1)

SushiHangover
SushiHangover

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:

enter image description here

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

Related Questions