Published
- 1 min read
launch emulator from terminal
The solution for this is noted below
launch emulator from terminal
Solution
cd C:\Users\username\AppData\Local\Android\Sdk\emulator // terminal path
emulator -list-avds //to get avd names
emulator -avd Pixel_2_XL_API_30 // to run avd or
emulator -avd Pixel_2_XL_API_30 -gpu swiftshader_indirect // for software gpu
Try other methods by searching on the site. That is if this doesn’t work