apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

(android) reference emulator from node_modules #214

Closed zachawilson closed 3 years ago

zachawilson commented 3 years ago

Platforms affected

Motivation and Context

https://github.com/apache/cordova-android/pull/1269

Description

Since the emulator script is no longer copied into the platform, this updates the path to reference the script in the node_modules folder

Testing

I have run the cordova-paramedic command targeting android and the file not found error is resolved. This has been run targeting android@10.1.0 on macos@11.4 and using GitHub Actions. Backwards compatibility (pre android@10) has been confirmed to work by running npm test

Checklist