I’m working through the Corona SDK mobile game dev by Fernandez (2015), and in chapter 3 it guided me to edit the build.settings file. The only change it suggested was for the orientation settings, changing from "portrait"
in default to "landscapeRight"
and in supported to "landscapeLeft", "landscapeRight"
.
The suggestion was to open build.settings with any text editor. To keep it simple, I used Notepad.
However, Windows then automatically changed the default app to open .settings files with to Notepad. And since then, Solar2D won’t build the app. And whenever I relaunch it in the simulator, it displays the following error message in the Console:
10:50:51.759 ERROR: validate-settings: problem loading [...]\Breakout\build.settings:
I’m hoping to solve the problem by changing the default app for opening .settings back to what it was originally.
- Is anyone able to tell me what the default app should be, for Solar2D simulator to be able to load it properly?
- And where should I be able to find it?