[AC-1274] Titanium doesn't see genymotion emulators
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-05-07T06:21:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | andoid, genymotion, titanium, win7 |
Reporter | Serafettin Bilge |
Assignee | Chris Barber |
Created | 2014-04-07T14:33:14.000+0000 |
Updated | 2016-03-08T07:37:40.000+0000 |
First, lets start by making sure Genymotion is enabled in Titanium by running:
Then run
ti info
to verify that the Genymotion emulators now show up. If they don't show up, then it's possible Titanium can't find Genymotion or VirtualBox. If Titanium can't find Genymotion or VirtualBox, you can tell it where they are located by running:It may help by adding the
vboxmanage
executable to your PATH. You can manually run the steps that Titanium runs to determine the installed Genymotion emulators:This should print out all of your VirtualBox virtual machines. This list will include non-Genymotion virtual machines. Titanium will then parse this list and extract the GUID from the end of each line, then call:
We then check that the VM has a property called
genymotion_version
before concluding that it is a Genymotion emulator.Hi Chris, I solved my problem with:
and selected "1) Quick". The problem was the default Titanium SDK version (TiSDK 3.3 nighty build removed 1 hour before my test). With the SDK 2.3.3.GA, I see all Genymotion emulators. Thank you. Damien
Resolving the ticket as the reporter confirmed that his issue is resolved.