Hi All,
I have been trying to create a plugin for Corona using the Corona Enterprise. I want to be able to access functionality in a 3rd party JAR file from main.lua
I have followed all the documentation that i could get my hands on. I even tried to simply build the ‘App’ template but it couldn’t find the plugin.library.
I have successfully built using ‘ant’ and got the plugin.library.jar. Then I tried to run the test app using the Corona Simulator but it throws an error saying that it couldn’t locate the plugin.library mentioned in the first line of the main.lua file “local Library = require(“plugin.library”)”
I do know what to write in the LuaLoader and I understand all the steps necessary to get the plugin done. I just can’t seem to have the simulator see the plugin.
Please help! If there’s a sample plugin (open source) that would be great, otherwise, i just need to know what I need to do to get it to run.
Thank you very much :-}