I installed android studio on my machine and created an android machine to emulate the applications, but now I want to get only this machine that I created and put on another computer, I'm trying, but when I try to run it happens:
C:\Users\usuario\Desktop\Sdk\emulator>emulator.exe -avd whatsapp
PANIC: Unknown AVD name [whatsapp], use -list-avds to see valid list.
ANDROID_SDK_HOME is defined but there is no file whatsapp.ini in $ANDROID_SDK_HOME\avd
(Note: Directories are searched in the order $ANDROID_AVD_HOME, $ANDROID_SDK_HOME\avd and $HOME\.android\avd)
If I run:
C:\Users\usuario\Desktop\Sdk\emulator>emulator.exe -list-avds
Does not return anything.
I added the ANDROID_SDK_HOME environment variables to the new path where the machine is, but it has the same error as above.
If I run this same command in the default folder of android studio that is installed on my machine, it works normally.
How can I copy an android studio machine to another machine without installing android studio?
I'm looking for something like:
emulator.exe -avd <caminho_da_maquina>