I want to use native plugins. So I created a new project with app project template.
But I can’t find any subfolders in it.
I want to use native plugins. So I created a new project with app project template.
But I can’t find any subfolders in it.
Is this an Enterprise question?
yes
I don’t understand what the problem is.
Are you asking where you can find Corona’s native plugins?
If so, then you can download a zip of all our plugins from our Enterprise daily build page here…
http://developer.coronalabs.com/downloads/enterprise-daily-builds
And make sure to download the plugin package matching your Corona Enterprise build number.
To add a plugin to your project, you add them as libraries according to what is documented on Apple or Google’s developer documentation. In the case for Android, you reference Android library projects via your “project.properties” file or by adding them to your “libs” directory. The “project.properties” file is the preferred method if possible.
Is this an Enterprise question?
yes
I don’t understand what the problem is.
Are you asking where you can find Corona’s native plugins?
If so, then you can download a zip of all our plugins from our Enterprise daily build page here…
http://developer.coronalabs.com/downloads/enterprise-daily-builds
And make sure to download the plugin package matching your Corona Enterprise build number.
To add a plugin to your project, you add them as libraries according to what is documented on Apple or Google’s developer documentation. In the case for Android, you reference Android library projects via your “project.properties” file or by adding them to your “libs” directory. The “project.properties” file is the preferred method if possible.