Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Starting with Corona Enterprise Plugin Development

I need to integrate a third party Java library which has come with a .jar with a Corona app. I am developing an Android app, and I have Corona Enterprise.

I have been referring to this doc to create a plugin for Corona, but so far can't understand how to start with it.

My knowledge of Corona is pretty basic, and I have followed this video tutorial to get started with development.

A summary of what I can't understand:

  • If I create an application, what folder structure should I create?
  • Where should I put the .jar file?
  • Where should I put those .so files?
  • Where should I put the Lua bridge after I create it?
  • Is there a sample Plugin that I can see and learn from?
like image 321
Aman Alam Avatar asked Jan 21 '13 13:01

Aman Alam


2 Answers

This guide should give you more info: http://docs.coronalabs.com/native/android/index.html

like image 135
PersuitOfPerfection Avatar answered Oct 23 '22 00:10

PersuitOfPerfection


There will be an folder in your Corona Enterprise,

CoronaEnterprise/ProjectTemplates/App/android

You should follow it to see complete structure of basic app. for your implementation.

Also I would suggest, If you have Corona Enterprise licence. Then please follow read me files available in Corona Enterprise folder. IT has all the details and reference links which helps us from begin to end. It helps me a lot in IOS plugin development.

like image 40
anshul-systematix Avatar answered Oct 23 '22 02:10

anshul-systematix