Hi,
I'm getting crazy in trying to solve an issue that's not a news but whatever I've found googling didn't work.
The problem shows when I try to deploy my app to the device with "ionic run android --device", follow last lines of the command output:
Plugin "ionic-plugin-keyboard" already installed on android.
Plugin "ionic-plugin-keyboard" already installed on ios.
ANDROIDHOME=/Users/roberto/Library/Android/sdk_
JAVAHOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home_
ERROR running one or more of the platforms: Failed to deploy to device, no devices found.
You may not have the required environment or OS to run this project
I develop on a macbook pro with Yosemite and ionic info answers what follows:
Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.0
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
_ios-deploy version: 1.8.5 _
_ios-sim version: 5.0.6 _
OS: Mac OS X El Capitan
Node Version: v4.2.4
Xcode version: Xcode 7.2 Build version 7C68
I'm able to build the app within the Cordova folder with "./build --debug"
My device is registered and configured for debugging through usb, I've installed and aupdated all the stuff (node, npm, bower, the many packages). I'm without ideas about it.
Anybody can help?
Thank you for your time
Rob