31 Dec 2024

Android emulator path in linux

Generally it will be on  /home/<user>/Android/Sdk/emulator/emulator and based on installaltion it can be on different path

Launch emulatorr from terminal:

# assuming emulator (instance) name is ResizableExperimentalAPI34
/home/<user>/Android/Sdk/emulator/emulator -avd ResizableExperimentalAPI34

You may also like

How to Open File Manager from Terminal in Linux?

Discover how to use the xdg-open command to open the file manager an...

Continue reading

Can't connect to a wired connection in Linux

Troubleshoot wired connection issues in Linux: check cables, network...

Continue reading

Python code stucked on driver = webdriver.Chrome()

Python code stucked on driver = webdriver.Chrome()

Continue reading