[DAEMON-177] Android Plugin: Emulators not detected if the sdk is not detected
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-21T15:45:51.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-plugin-android |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2017-11-21T12:54:55.000+0000 |
Updated | 2017-11-21T15:45:51.000+0000 |
Description
Description
DAEMON-129 coupled emulator detection to SDK detection. However, that made it possible that when no android SDKs are detected we will never trigger the emulator detection. We should trigger emulator detection at some point during that init function that doesn't rely on SDK info being updated.
Comments
JSON Source
https://github.com/appcelerator/appc-daemon/pull/174