I don't have Android Studio, just the Android SDK. When I launch one of my Android emulators using the Android Virtual Devices (AVD) Manager, I get the following message:
Your emulator is out of date, please update by launching Android Studio.
According to the steps, it seems that one could update the emulator even without Android Studio just by using the Android SDK Manager. But there is no SDK Tools tab.
Is the SDK Manager which is launched as a standalone application different from the SDK Manager available in the Android Studio?
Also, as you can see, everything is up-to-date and the version of Android SDK Tools is even newer than the one that is offered for downloading on the Android website (25.2.3 at the time of writing this question).
So how do I update the emulator? I don't need/want Android Studio.
This is the step-by-step note that answering the question: How to install and launch Android emulator without installing Android Studio itself. Set JAVA_HOME variable. or use Start -> Edit the system environment variables -> Environment variables...
Open the Preferences window by clicking File > Settings (on Mac, Android Studio > Preferences). In the left panel, click Appearance & Behavior > System Settings > Updates. Be sure that Automatically check for updates is checked, then select a channel from the drop-down list (see figure 1). Click Apply or OK.
The standalone GUI SDK Manager is deprecated as of SDK Tools v25.2.3.
The instructions you see in the "Starting Android Emulator" run window are specific to updating via Android Studio. The SDK Manager inside of Android Studio is different than the standalone tool. We added new SDK packages that the old SDK Manager does not understand how to process nor update, including the new Emulator.
You have two ways going forward to update the emulator:
Use the new command line SDK Manager: $ ./sdkmanager --update
Read more here
Use the new SDK Manager in Android Studio
Based on the window output, it also looks like your AVDs might be old, so you may want to create new AVDs or update for the latest features and better emulator performance & stability.
SDK Tools Release Notes saying it has been deprecated:
It is possible to update Android emulator without Android Studio using what I previously described as the "forced manual upgrade" and following the discussion in that post, I figured out some things concerning the standalone SDK:
It seems the emulator (originally distributed as part of the Android SDK Tools) is no longer updated since version 25.2.3
Thus the workaround involves a "manual/forced upgrade" of emulator tools. Currently I successfully upgraded to version 27.3.8 (and running Android 9 smoothly).
The workaround
Firstly make sure the base packages are still intact, and upgrade the emulator as follows:
Instructions
%USERPROFILE%\Android\android-sdk\tools
or relevant path (yes you have to merge it into that folder, since the emulator doesn't have all libraries and files)Android SDK manager (GUI)
Now prepare your AVD as usual:
Android AVD manager
Important links
Base and Emulator tools(zip)
Emulator version 27.1.10 (mac os)
Emulator version 28.0.22 (latest linux os latest)
Emulator version 28.0.22 (windows os latest)
Emulator version 28.0.22(mac os latest)
Update: Added latest emulator versions
Emulator version 29.0.11 (linux)
Emulator version 29.0.11 (windows)
Emulator version 29.0.11 (macos)
Special thanks to androiddev for providing links for linux, eaglemt and Vladyslav Panchenko for providing the links to repos and mostly important for mac os links.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With