0
I installed the android studio on my machine and created a machine with android to emulate the applications, but now I want to take 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 executed:
C:\Users\usuario\Desktop\Sdk\emulator>emulator.exe -list-avds
Returns nothing.
I added in the environment variables ANDROID_SDK_HOME with the new path where the machine is, but presents the same error above.
If I run this same command in the default folder of android studio that is installed on my machine, works normally.
How can I copy a machine from android studio to another machine, without needing to install android studio?
I’m looking for something like:
emulator.exe -avd <caminho_da_maquina>
I’ll try it on the other machine.
– Wictor Chaves