How to Install Android Emulator without Android Studio

preview_player
Показать описание
This video shows way to install Android Emulator without requiring to install the Android Studio. The method shown can easily allow to install and use emulator in IDE's such as VSCode

Reference Links:
Install JDK and JRE

Install HAXM

Install Command - Line Tools

Commands Used -
sdkmanager "platforms;android-29"
sdkmanager "system-images;android-29;google_apis;x86_64”
sdkmanager “platform-tools"
sdkmanager --licenses
sdkmanager "build-tools;29.0.0"

avdmanager create avd -f --name nexus --package "system-images;android-29;google_apis;x86_64"

cd emulator
emulator -avd nexus

If this Video was Useful, kindly give a Thumbs Up 👍 and don't forget to Subscribe!
Рекомендации по теме
Комментарии
Автор

Thanks a lot! After so much of struggle I could finally install the emulator now

queen
Автор

Can you explain in details how can I set the paths and other settings inside visual studio code in order to run the emulator and then run my flutter app

Eng-pyyh
Автор

Which emulator can we install for Visual Studio Code on windows 10 manually instead of using command prompt?

farhanaaullyjane
Автор

Thank you. BTW, do you know why the virtual buttons dont work ?

luiscardenas
Автор

When executing the commands I did not get the option yes/ no

farhanaaullyjane
Автор

bro how can do this explain the background science of a method its amazing

ZiaKhan-fjwn
Автор

the back, home button of the emulator not working. what should i do?

RizkyGusna
Автор

"cd emulator" The system cannot find the path specified then "emulator" is not recognized as an internal or external command

mawandenxumalo
Автор

The emulator doesn't work on my computer. But was a nice tutorial

gabrield
Автор

bro can how can run emulator again after closing cmd and closing emulator

ZiaKhan-fjwn
Автор

Hi! I was trying to run my react native app in emulator. But it's displaying following error,
any help is much appreciated!

Opening emulator nexus

throw ex;
^

RuntimeError: abort(Error: adb server version (36) doesn't match this client (41); killing...
error: failed to read response from server
could not read ok from ADB Server
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon). Build with -s ASSERTIONS=1 for more info.
at process.abort
at process.emit (events.js:412:35)
at process.emit
at processPromiseRejections
at processTicksAndRejections
npm ERR! code ELIFECYCLE
npm ERR! errno 7
npm ERR! Exit status 7
npm ERR!
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!

archijaiswal