mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 07:11:04 +08:00

* refactor: unify installation on devices & emulators This change replaces the almost identical methods `device.install` and `emulator.install` with the generic `target.install`. * fix: use unified installation in platform-centric bins