breautek commented on issue #926: Android emulator does not work URL: https://github.com/apache/cordova-android/issues/926#issuecomment-597835778 Cordova tries to guess some directories, but perhaps the directories it tries is out-dated. The quick work around is to update your `PATH` environment variable to include the directory of `avdmanager` I'm not sure if it is the same on windows, but on my system `android` is located `<android-sdk>/tools/` And `avdmanager`... `<android-sdk>tools/bin/` Ensure those paths are in your path (and remember to restart your terminal) and that should get you by. I'll leave this ticket open though so that cordova can maybe be smarter when looking for these executables.
---------------------------------------------------------------- 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]
