I have an ionic application and to create a project in android I use the command
android ion compilation
It works great and I can create a project.
However, if I want to specify an external folder in a path, for example ...
ionic d: \ Projects \ mobile build android
How can i achieve this?
source
share