Hi All,
When I want to run any project trough Sublime Text 2 in the new Corona Editor Panel, I get a error message telling me that the software cannot find the Simulator.
Witch is normal because I didn’t install the SDK in the default path.
So I went to edit the Corona Editor.sublime-settings file and added this line:
"corona\_sdk\_simulator\_path": "C:\\Program Files (x86)\\Corona SDK\\Corona Simulator.exe",
I precise that I’m on Windows (8.1), hence the double backslashes \ as precised in the comment before the line:
// Set this to the path of your Corona Simulator if it's not installed // in the default location for your operating system (remember to double // backslashes in Windows' paths) "corona\_sdk\_simulator\_path": "C:\\Program Files (x86)\\Corona SDK\\Corona Simulator.exe",
I then saved the file and restarted ST2, but I still get the exact same error message with the default path instead of the new path.
I tried everything, taking off the quotes, the “Corona Simulator.exe” part, still nothing.
Any idea?