2016-05-28 5 views
1

Ich habe Visual Studio 2015 & Xamarin installiert und ich sehe, dass der Visual Studio Emulator nur Kitkat und sonst nichts hat.Getting Visual Studio Android Emulator für Lollipop & Marshmallow

Ihre Website behauptet, dass Lollipop unterstützt wird, aber ich habe nicht die nebligste Idee, wie man es bekommt.

EDIT: Sollte wahrscheinlich erwähne dies, wenn ich die Visual Studio-Emulator-Fenster öffnen, ich die folgende Fehlermeldung angezeigt:

Unable to establish a connection to Internet. Only device profiles for acquired platforms are shown

Antwort

1

Ich habe es repariert, Ein Spybot-Tool, das ich installiert, um einige Fenster deaktiviert s 10 Sachen blockierten Dinge, die für dieses Tool benötigt wurden, entsperrten es und es funktioniert jetzt.

+0

Dieser: 0.0.0.0 \t www.msftncsi.com – Aleq

2

In Visual Studio 2015, you can install, uninstall, and start device profiles using the Emulator Manager. Access the Emulator Manager by choosing Tools, then Visual Studio Emulator for Android.

enter image description here

By default, there are four pre-installed device profiles (KitKat and Lollipop phone/5" and tablet/7" configurations), as indicated by the white text and icons. Other profiles in the list will appear grayed out until you choose the Install Profile button and the installation completes. You can filter the list by API Level and click the details arrow on the bottom right-hand side of a profile to view its full configuration details.

Once you've installed the set of profiles that you'd like to target, you can start these new profiles directly from the manager by pressing the green Play button. They will also appear in the debug target dropdown menu in any Visual Studio cross-platform mobile project type.

Ref: MSDN

Verwandte Themen