2016-05-28 6 views
1

私はビジュアルスタジオ2015 & xamarinをインストールしました。ビジュアルスタジオエミュレータにはkitkatのみが含まれています。ロリポップ&マシュマロ用Visual Studio Androidエミュレータを取得

彼らのウェブサイトでは、ロリポップがサポートされていると主張していますが、どうやってそれを入手するかについてはあまり考えられません。

EDIT:

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

答えて

1
おそらく私は、Visual Studioのエミュレータウィンドウを開くとき、私は次のエラーを参照してください、これを言及する必要があります

私はそれを修正しました、いくつかのウィンドウを無効にするためにインストールしたspybotツール10のものがこのツールに必要なものをブロックしていて、ブロックされていませんでした。

+0

この1つ: 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.

参考:MSDN

関連する問題