My Android SDK installation (both in Windows with AS and in Linux without AS) keeps on prompting me "Your emulator is out of date".
My Windows AS did not find any update. And my sdkmanager --list
will list below:
Can anyone help on this?
My Android SDK installation (both in Windows with AS and in Linux without AS) keeps on prompting me "Your emulator is out of date".
My Windows AS did not find any update. And my sdkmanager --list
will list below:
Can anyone help on this?
There is no resolution based on the input provided because the error may not be that the emulator is out of date, but that there is another error not reported by the original poster.
Do search on the first error reported by the emulator
Failed to open /qemu.conf, err: 2
OR
emulator: ERROR: GPU emulation is disabled
OR
audio: Failed to create voice…
… etc.
In my case, (failed to open /qemu.conf) I had to open CMD as admin, open NotePad, and save an empty qemu.conf on the root of C:
C:\>notepad qemu.conf
as per Sergio Cabral's answer to Failed to open /qemu.conf, err: 2