DimitrisRK opened a new issue #87: 'cordova run' command issue
URL: https://github.com/apache/cordova-browser/issues/87
 
 
   # Bug Report
   When running 'cordova run' with a declared platform, everything is good.
   However, on 'cordova run' without any platform declaration, cordova will try 
to run all platforms.
   Let's say that browser runs first and android runs second. When it's the 
turn of android to run, it will search for target "default" which was set in 
browser platform arguments. Since both platforms will sue these arguments, 
android will never complete its build as it never finds 'default' target.
   ## Problem
   
   ### What is expected to happen?
   Run all platforms without issues.
   
   
   ### What does actually happen?
   Android platform crashes.
   
   
   ## Information
   
   
   
   
   ### Command or Code
   Run 'cordova run' command without any platform declaration.
   Problem is located in platforms/browser/cordova/lib/run.js.
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### Version information
   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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to