You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/06 15:07:20 UTC

[GitHub] [cordova] DimitrisRK opened a new issue #170: Problem when running all platforms

DimitrisRK opened a new issue #170: Problem when running all platforms
URL: https://github.com/apache/cordova/issues/170
 
 
   # Bug Report
   Problem when running all platforms
   ## Problem
   When trying to run all platforms using 'cordova run --' command, platforms will start running one by one. The issue is that android cannot locate its default target.
   ### What is expected to happen?
   Run application in emulator or device.
   
   
   ### What does actually happen?
   `CordovaError: Promise rejected with non-error: 'Target \'default\' not found, unable to run project'
       at cli.catch.err (C:\Users\DnR\AppData\Roaming\npm\node_modules\cordova\bin\cordova:29:15)
       at <anonymous>
       at process._tickCallback (internal/process/next_tick.js:188:7)`
   
   
   ## Information
   Add more than 1 platforms to your Cordova project, and try running cordova run --.
   
   ### Command or Code
   cordova run --
   
   
   
   ### Environment, Platform, Device
   Android Platform.
   
   ### Version information
   Windows 10, Cordova 9.0.0
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org