[DAEMON-249] appcd-plugin-android: Genymotion emulators not reloaded on change
| GitHub Issue | n/a |
| Type | Bug |
| Priority | None |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2018-04-10T16:45:47.000+0000 |
| Affected Version/s | Appc Daemon 1.1.0, Appc Daemon 1.0.1 |
| Fix Version/s | Appc Daemon 1.1.0 |
| Components | appcd-plugin-android |
| Labels | n/a |
| Reporter | Ewan Harris |
| Assignee | Ewan Harris |
| Created | 2018-04-09T11:18:58.000+0000 |
| Updated | 2018-04-10T16:46:01.000+0000 |
Description
Description
When making changes to genymotion emulators they are not reloaded under the /android/latest/info/emulators endpoint, however they are reloaded under the /genymotion/latest/info/emulators endpoint. It looks like we just need to include the vbox config path in the watch paths
Steps to reproduce
* Start the daemon appcd start
* Call appcd exec /android/latest/emulators
* Either add or remove a genymotion emulator
* Call appcd exec /android/latest/emulators
* Call appcd exec /genymotion/latest/emulators
Actual
Genymotion emulator not changed in the android endpoint, it is in the genymotion endpoint
Expected
Should be changed in both
Comments
JSON Source
PR: https://github.com/appcelerator/appcd-plugin-android/pull/9