I'm trying to use genymotion to make building and testing quicker but running into some issues. I followed
http://fokkezb.nl/2013/10/29/genymotion/
Now when I run the build command I get
Mikes-MacBook-Pro:mobile_app mike$ ti build -p android -T device Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK version 3.3.0.v20131203102444 Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. Please report bugs to http://jira.appcelerator.org/ [ERROR] Unable to find any devices Please plug in an Android device, then try again.here's my versions also adb finds the device from genymotion
Mikes-MacBook-Pro:mobile_app mike$ ~/android-sdk/platform-tools/adb devices List of devices attached 192.168.56.101:5555 device Mikes-MacBook-Pro:mobile_app mike$ ti -v 3.3.0Any help?
Thanks!