Description
Building an app with a space in the name on Windows throws an error on the dexer step with the below error, this is a regression from 7.0.1.GA
[ERROR] Failed to run dexer:
[ERROR]
[ERROR] 'C:\Users\ewan\Documents\Appcelerator_Studio_Workspace\With' is not recognized as an internal or external command,
[ERROR] operable program or batch file.
Steps to reproduce
1. Create an app with spaces in the name
2. Build the app for Android
Actual
App fails to build on dexer step
Expected
App should not fail
Note that if using appc you might see a problem creating a project CLI-686
My bad, this is fixed on 7_1_X and master with TIMOB-25773