Has anyone been able to set up idea Intellij idea with corona SDK? Here’s what I’ve tried:
-
Installed community version of IntelliJ idea
-
I’ve installed the Lua SDK
-
Installed the Lua for idea plugin by following the screenshots on the bottom of the page
-
I created a project and dumped the files from this corona sample game project into it
-
I installed the corona API plugin by downloading the link and following the instruction found here
-
I went into the Edit -> Project Structure and made sure that I have the Lua SDK and the Lua for Idea plugin loaded
When I try to run the project however, I get an error that ‘composer’ is not defined. This makes me think that Corona SDK is not linked to the project. How do I link Corona SDK to my project?