Hi all,
I’m trying to develop a new plugging for submission.
I can run and test the code in Android Studio, but, need to test outside, at a corona code.
Is there any way to local test my plugin without use the Android Studio?
I have try to copy the LuaLoader.java file to a subfolder at the Corona project, but, the simulator give me that can’t load the plugin.
Please, give me some light. Can I create the .jar file with Android Studio, and then, copy it to external folder and call it from require at my lua project ?
Can someone guide me about to how build and create plugin ?
I need to submit the plugin to corona, for test it ?
I have revised all the provided doc, and it is a pretty confused. For example, say:
https://docs.coronalabs.com/native/plugin/index.html
Android
In the android folder, the contents include:
app — This module builds the .apk that installs on the device. The app module automatically builds the plugin as an explicit dependency per this entry in the dependencies block of the build.gradle script for the app module (compile project(’:plugin’)).
plugin — This module builds the plugin as a .jar file, only including the Java files under plugin/src/main/java in your project. You can use this project directly if you want to share your plugin outside of the App project.
so, if I want to share the plugin outside of the app project, I can build the .jar file with Android Studio and then, copy it to any place? Where can I found this .jar file? Where to copy?
Thanks so much in advance.
Regards,
Cesar