Last active
April 2, 2021 09:24
-
-
Save manojkulkarni30/725c0b1223e2452a811a723c48678d48 to your computer and use it in GitHub Desktop.
Revisions
-
manojkulkarni30 revised this gist
Jul 29, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,6 @@ - emulator -list-avds - emulator.exe -avd Android_x86_API24 -feature WindowsHypervisorPlatform Blog Link: https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/ Run Emulator From Command Line: https://docs.microsoft.com/en-us/xamarin/android/deploy-test/command-line-emulator -
manojkulkarni30 revised this gist
Jul 29, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,6 @@ - Goto Android SDK=> tools folder - Open the command prompt and run following commands. - emulator -list-avds - emulator.exe -avd Android_x86_API24 -feature WindowsHypervisorPlatform Blog Link: https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/ -
manojkulkarni30 created this gist
Jul 29, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Commands - Goto Android SDK=> tools folder - Open the command prompt and run following commands. - emulator -list-avds - emulator.exe -avd Android_x86_API24 -feature WindowsHypervisorPlatform