I just setup my Mac and I’m currently trying to wrap my head around Corona Enterprise (despite the lack of tutorials). As I currently only have an Android Phone, I want to create a plugin that runs on android. My goal is to create a plugin that uses the “share” intent on android for Corona SDK.
I have a few questions though (and probably more later on, hopefully those will help other beginners as well):
- if I create a plugin (using the suggested “App” folder), can I run this project in the SDK simulator even with the android plugin or do I have to build an .apk to test the plugin?
- when I try to run the build.sh file in the console from the “ProjectTemplates -> App”-project, I get the following error: “build.sh: line 77: /Documents/Development/adt/sdk/tools/android: No such file or directory” but I’m quite sure that I picked the right directory. The weird thing is, if I comment those lines from the bash file, the error is still appearing
I guess I have to setup the corona path to make this work, but do I link to the simulator or to the enterprise folder?
I hope somebody can help me