Starting 2 emulators in android

前端 未结 1 881
情深已故
情深已故 2021-01-21 02:23

I was wandering if there was any easy way to start 2 emulators in android. I have looked at the developers guide but theres not enough information to help me. Please could someo

相关标签:
1条回答
  • 2021-01-21 02:39

    To my knowledge you can't start the same emulator twice, but by creating two separate emulators you can start them both at the same time.

    You create new emulators using the Android SDK manager's ("SDK Manager.exe", located in your android install directory) "Virtual Devices" tab.

    You can then start them in the command prompt using

    emulator -avd <avd_name>
    

    More info here: https://developer.android.com/studio/run/emulator-commandline.html

    0 讨论(0)
提交回复
热议问题