Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1274] Titanium doesn't see genymotion emulators

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2014-05-07T06:21:50.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsStudio, Titanium SDK & CLI
Labelsandoid, genymotion, titanium, win7
ReporterSerafettin Bilge
AssigneeChris Barber
Created2014-04-07T14:33:14.000+0000
Updated2016-03-08T07:37:40.000+0000

Description

Comments

  1. Damien Laureaux 2014-05-02

  2. Chris Barber 2014-05-06

    First, lets start by making sure Genymotion is enabled in Titanium by running:
       ti config genymotion.enabled
       
    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:
       ti config genymotion.path /path/to/genymotion
       ti config genymotion.executables.vboxmanage /path/to/vboxmanage
       
    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:
       vboxmanage list vms
       
    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:
       vboxmanage guestproperty enumerate <THE VM GUID>
       
    We then check that the VM has a property called genymotion_version before concluding that it is a Genymotion emulator.
  3. Damien Laureaux 2014-05-06

    Hi Chris, I solved my problem with:
    ti setup
    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
  4. Ritu Agrawal 2014-05-07

    Resolving the ticket as the reporter confirmed that his issue is resolved.

JSON Source