Nuhman
Nuhman

Reputation: 1270

Android Device Manager in Visual Studio 2017 shows 'Android SDK Platform is Missing'

I was able to open Android Device Manager in Visual Studio 2017, and use it to create or edit emulators. However, all of a sudden I'm getting the error 'Android SDK Platform is Missing' while opening the same. Android SDK is set up correctly, I believe. I'm able to run the already created emulators. However I can't create a new device or edit existing devices due to the error I'm getting.


The error message that appears on opening Device Manager

Img: The error message that appears on opening Device Manager


Android SDK Location is set correclty

Img: Android SDK Location is set correclty

Upvotes: 2

Views: 1346

Answers (1)

Ashish Sharma
Ashish Sharma

Reputation: 387

Download by clicking on Tools -> Android -> Android SDK Manager enter image description here

Secondly, select the API packages you require and click on Apply changes button.

enter image description here

Upvotes: 2

Related Questions