Mehditeranee commented on issue #926: Android emulator does not work URL: https://github.com/apache/cordova-android/issues/926#issuecomment-597900281 I solved my problem. **How did I do it?** - I opened Android Studio, and went to the SDK Manager.  - I clicked on the SDK Tools tab, and in the list displayed, I checked: Android SDK Command-line Tools (latest)  - I then clicked on Apply (then OK on the pop-up) to download the package in question. - I added the path of avdmanager to PATH in my .bash_profile as you explained @breautek - I have run `source ~ / .bash_profile` to refresh - And I launched my command: `cordova emulate android --verbose` successfully since the emulator has opened well.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
