Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Run emulator with terminal

cd C:UsersusernameAppDataLocalAndroidSdkemulator  // terminal path
emulator -list-avds     //to get avd names
emulator -avd Pixel_2_API_30   // to run avd
Comment

launch emulator from terminal

cd C:UsersusernameAppDataLocalAndroidSdkemulator  // 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
Comment

PREVIOUS NEXT
Code Example
Shell :: windows port permission denied 
Shell :: linux command print hostname 
Shell :: git revert all local changes 
Shell :: download adobe reader linux 
Shell :: how to change timezone in linux 
Shell :: docker clear build cache 
Shell :: how to start a web server linux 
Shell :: git remote add origin gitlab 
Shell :: ubuntu show computer performance from terminal 
Shell :: clean up untagged docker images 
Shell :: where to find .bashrc on mac 
Shell :: install wget 
Shell :: vscode get list of installed extensions 
Shell :: ubuntu install netcat 
Shell :: convert crt to pem 
Shell :: gcloud disable interactive prompts 
Shell :: truffle hd 
Shell :: github gitattributes ignore files for statistics 
Shell :: install vivaldi on linux mint 
Shell :: use python shell with git bash 
Shell :: check directory size linux 
Shell :: install postgis 2.5 ubuntu 
Shell :: git stash apply 
Shell :: git log with author oneline 
Shell :: how to make python + docx exe 
Shell :: trash path linux 
Shell :: bash ask for input 
Shell :: how to delete a branch in github 
Shell :: ll command not found 
Shell :: ngx-bootstrap npm 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =