If you are using macOS, add both Android SDK emulator
and tools
directories to the path:
Step 1: In my case the order was important, first emulator
and then tools
.
export ANDROID_SDK=$HOME/Library/Android/sdk export PATH=$ANDROID_SDK/emulator:$ANDROID_SDK/tools:$PATH
Step 2: Reload you .bash_profile
Or .bashrc
depending on OS
Step 3: Get list of emulators available: $emulator -list-avds
Step 4: Launch emulator from the command line and Replace avd
with the name of your emulator $emulator @avd
Don’t forget to add the @
symbol.
This was tested with macOS High Sierra 10.13.4 and Android Studio 3.1.2.
Related Posts:
- Emulator: ERROR: x86 emulation currently requires hardware acceleration
- Emulator: ERROR: x86 emulation currently requires hardware acceleration
- ‘App not Installed’ Error on Android
- ‘App not Installed’ Error on Android
- ERROR Android emulator gets killed
- No Sound coming from Android Emulator [duplicate]
- Unfortunately Launcher3 has stopped working error in android studio?
- Why emulator is very slow in Android Studio?
- Android Studio : Failed to set EGL_SWAP_BEHAVIOR on surface
- How to install Google Play Services in a Genymotion VM (with no drag and drop support)?
- emulator: incompatible HAX module version 3 requirs minimum version 4
- Is it possible to use published instant apps(BuzzFeed, Wish, etc) on the emulator?
- Why is the Android emulator screen blank?
- Your CPU does not support VT-x
- Android Studio – Emulator – eglSurfaceAttrib not implemented
- Can’t start Eclipse – Java was started but returned exit code=13
- google console error `OR-IEH-01`
- Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm
- How to display Toast in Android?
- ‘adb’ is not recognized as an internal or external command, operable program or batch file
- Flutter pageview : Find first and last page and swipe directions
- Enable VT-x in your BIOS security settings (refer to documentation for your computer)
- NetworkType.UNMETERED vs NetworkType.METERED – PeriodicWork
- “Default Activity Not Found” on Android Studio upgrade
- how to overcome Android Studio cannot resolve symbol for android classes
- ADB Android Device Unauthorized
- Why fragments, and when to use fragments instead of activities?
- What is the meaning of Log.i()
- Execution failed app:processDebugResources Android Studio
- How can I use adb over WiFi?
- SQLiteDatabase.query method
- Android ADB device offline, can’t issue commands
- Android SDK location
- Android Studio Run/Debug configuration error: Module not specified
- How to convert int to Integer
- Facebook login NullPointerException
- “Failed to install the following Android SDK packages as some licences have not been accepted” error
- How to use ScrollView in Android?
- What is com.google.android.gms.persistent and why is it always using the CPU?
- IllegalStateException: Can not perform this action after onSaveInstanceState with ViewPager
- How to create a Custom Dialog box in android?
- Parcelable encountered IOException writing serializable object getactivity()
- onActivityResult() not called
- “com.example is restricted” when uploading APK to Play Store
- How do we use runOnUiThread in Android?
- Android basics: running code in the UI thread
- Error getGoogleAppId failed with status: 10 Android KitKat – GCM and Google Drive
- Error:Execution failed for task ‘:app:transformClassesWithDexForDebug’
- Horizontal ListView in Android?
- How to add .gif Animation in unity Scene ? Does Unity support Animated GIFS?
- Rotating a view in Android
- How to customize a Spinner in Android
- Android error “unable to find explicit activity class”
- Can not resolve method ‘findViewById(int)’
- Cannot resolve symbol ‘context’
- Dialog throwing “Unable to add window — token null is not for an application” with getApplication() as context
- How to get current time and date in Android
- Mipmaps vs. drawable folders
- how to use getSharedPreferences in android
- What is the meaning of android.intent.action.MAIN?
- Set transparent background of an imageview on Android
- Play sound on button click android
- How to make the corners of a button round?
- Disable back button in android
- How to clear gradle cache?
- Converting pixels to dp
- ADB error: cannot connect to daemon
- How do I download the Android SDK without downloading Android Studio?
- Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
- ClassLoader referenced unknown path: /data/app/
- Unknown URL content://downloads/my_downloads
- android edittext onchange listener
- Difference between getContext() , getApplicationContext() , getBaseContext() and “this”
- Determining translationX/Y values for ObjectAnimator; how to move a view to an exact screen position?
- adb socket not working and daemon
- React Native: JAVA_HOME is not set and no ‘java’ command could be found in your PATH
- Installation error: INSTALL_FAILED_OLDER_SDK
- Unable to load script from assets index.android.bundle on windows
- Android getText from EditText field
- Default FirebaseApp is not initialized
- How can I create simple accordion with Angular 2?
- Error: Could not automatically detect an ADB binary. Some emulator functionality will not work until a custom path to ADB is added in the extended…
- Warning: Do not place Android context classes in static fields; this is a memory leak (and also breaks Instant Run)
- How to solve failed to find build tools revision 26.0.2?
- How do I “select Android SDK” in Android Studio?
- Reverse engineering from an APK file to a project
- Intel HAXM installation error – This computer does not support Intel Virtualization Technology (VT-x)
- Exception ‘open failed: EACCES (Permission denied)’ on Android
- How to disable Instant Run for Android Studio 3.0
- I can’t find adb_usb.ini file in .android folder?
- Android; Check if file exists without creating a new one
- What is Activity.finish() method doing exactly?
- How to open adb and use it to send commands
- Unable to add window — token null is not valid; is your activity running?
- How to remove title bar from the android activity?
- How to determine the version of Gradle?
- Call requires permissions that may be rejected by user
- sendUserActionEvent() is null
- SDK Location not found in android studio
- Android app unable to start activity componentinfo