Skip to content

Instantly share code, notes, and snippets.

@manojkulkarni30
Last active April 2, 2021 09:24
Show Gist options
  • Select an option

  • Save manojkulkarni30/725c0b1223e2452a811a723c48678d48 to your computer and use it in GitHub Desktop.

Select an option

Save manojkulkarni30/725c0b1223e2452a811a723c48678d48 to your computer and use it in GitHub Desktop.

Revisions

  1. manojkulkarni30 revised this gist Jul 29, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion androidemulator.md
    Original 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/
    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
  2. manojkulkarni30 revised this gist Jul 29, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion androidemulator.md
    Original 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
    - emulator.exe -avd Android_x86_API24 -feature WindowsHypervisorPlatform

    Blog Link: https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/
  3. manojkulkarni30 created this gist Jul 29, 2018.
    5 changes: 5 additions & 0 deletions androidemulator.md
    Original 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