Install Emulator From CMD
Install Emulator From CMD
• Android SDK
• Java 8 JDK
• Windows 10/11
• Open the zip downloaded and extract the folders bin, lib and the
files NOTICE, source.properties inside C:\android-sdk\cmdline-tools\tools
Install Java 8 JDK
cd C:\android-sdk\cmdline-tools\tools\bin
sdkmanager --list
• In the Windows terminal use this command to create a new AVD device
• At this point if you receive errors you can try to enable the Virtualization
Technology option in your BIOS (SVM Mode if you have AMD cpu) and install
the Intel
HAXM https://github.com/intel/haxm/releases/download/v7.7.1/haxm-
windows_v7_7_1.zip
• Will be asked if you want to create a custom hardware profile, just press enter
cd C:\android-sdk\emulator
• To open the emulator type (in the -m parameter you can give a custom
amount of RAM size)
• In the target type (in the -m parameter you can give a custom amount of RAM
size)
• At this point the emulator icon is ready to be opened in the Windows taskbar
What’s next
• Eventually you edit the Emulator proprieties by editing the config file
in C:\Users\yourUser\.android\avd\android33.avd (I suggest to
change hw.camera.back=virtualscene, hw.keyboard =
yes and disk.dataPartition.size=1800M)