Sunday, May 4, 2014

How to develop with Titanium SDK and Genymotion in OSX


I was puzzled why Titanium SDK wouldn't detect a Genymotion VM even though I've done a ADB connect and "adb devices" can list the device. That is how I debug my android setup in Windows( it's slightly different as the IDE is on a separate network - will cover in the upcoming post).


Turns out that for Mac, if you're running Titanium SDK and GenyMotion all on the same machine, you need to launch a terminal and issue


ti config genymotion.enabled true


Refresh the devices and you will find Genymotion vms listed in the Android Emulator group.

Strange... it's listed differently from my Windows setup (appears as a device).


No comments: