[DAEMON-150] Can we have Android and Genymotion system-info same as ti info
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2017-11-22T18:18:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | n/a |
Labels | n/a |
Reporter | Kondal Kolipaka |
Assignee | Chris Barber |
Created | 2017-11-16T11:54:57.000+0000 |
Updated | 2017-11-22T18:18:08.000+0000 |
Description
Can we maintain Android and Genymotion system-info same as ti info android and genymotion. Otherwise, it will break a lot of things in the studio and can't make all those changes for SDK 7.0/Studio 5.0 release.
If you think ti info has a lot of redundant and unorganized data - Probably, we can target those for next major release so that studio will have a time to correct and align with them.
*For example:*
Just a FYI... 1. Internally we don't use "type" anymore for emulators, but instead each emulator object in the array is either an instance of
AndroidEmulator
orGenymotionEmulator
. This class instance gets lost when we stringify the object. We should add atoJSON()
method to the*Emulator
classes so that it sets the type. 2. The Genymotion "path" is there.3. Since VirtualBox is a dependency of Genymotion and not used elsewhere, we stuck it under "genymotion".