I am new to Enterprise and unfortunately can’t seem to get off the ground. If there are any experienced enterprise users out there that would be willing to walk me through the process of setting up and building the sample project I would very much appreciate it! You can contact me at guy.stockwell@qx.net.
Same quest question here =)
I got CoronaEnterprise-Trial-2013.1202.tar
What to do next? how to build any sample? what to run?
Does it works on Win? Or only Mac?
The best place to start is in the readme file that comes with the Corona Enterprise download (in the root folder).
Feel free to ask questions as you go along step by step.
If you plan to build for iOS, then you have to be on a Mac since you need XCode to make it run. If you plan on building Android apps, then it can be done either on Windows or a Mac.
Enterprise works a little bit differently than the Corona you may be used to. With enterprise you still write the lua code and such as you normally do, but then you include the enterprise portions (other SDK’s and such) and then you either use Xcode or ant to build the app that includes your lua bits inside it.
Ok!
I read readme and i checked docs online. And here is answer - i need to use XCode to build my app for Amazon.
How to do that? =) Can you guys post any manual - how to build any sample/template project? please.
And what to do if beside cant able to build project, I have error with authorize:
I appreciate the responses so far! I do have Xcode and the android sdk on my mac and functional. I have been busy completing a business app and now that it is in the store I am back on enterprise with the goal of implementing a scanner needed for another couple of projects. Not being very familiar with the code or android native development environments is the difficult part. If there is a enterprise developer that is willing to assist and walk me through building one of the sample project I would do my best to document the process and publish my notes for others in the same boat.
Thanks again in advance!
Since Amazon supports Android platforms, you wouldn’t need Xcode for this, but the Android development environment. Most native Android developers use Eclipse to do it. If you go to Google’s Android developer site and download the SDK: http://developer.android.com/sdk/index.html
You will need to install the full thing including any versions of Android you want to support.
ok, so I was able to take the SimpleLuaExtension example and pear it down to compile and run the corona application I need to add the scanner to using ZBar. I understand the preference is to use the App template as the base and I will attempt to at get my app running under that template next. The next step will be to import the ZBar library and define the methods/ functions needed by corona. That will be the area I could use the most help with.
Using the App template I have all Lua code compiling and running through Xcode. I have also built a sample scanner through Xcode using the ZBAR SDK and tutorial to understand how to call the ZBar methods to scan a barcode. Now I need to incorporate the ZBar SDK into the App Plugin project and call from LUA scene. I am able to call the demo ‘dictionary’ methods in the template from my lua code, but am hung up on how to expose the ZBar methods and variable needed to lua via the PluginLibrary code. Any assistance would be appreciated.
cool. Did you encounter error - Unfortunately, ‘app’ has stopped. ?
even test app and my pro app - all Unfortunately stopped.
Same quest question here =)
I got CoronaEnterprise-Trial-2013.1202.tar
What to do next? how to build any sample? what to run?
Does it works on Win? Or only Mac?
The best place to start is in the readme file that comes with the Corona Enterprise download (in the root folder).
Feel free to ask questions as you go along step by step.
If you plan to build for iOS, then you have to be on a Mac since you need XCode to make it run. If you plan on building Android apps, then it can be done either on Windows or a Mac.
Enterprise works a little bit differently than the Corona you may be used to. With enterprise you still write the lua code and such as you normally do, but then you include the enterprise portions (other SDK’s and such) and then you either use Xcode or ant to build the app that includes your lua bits inside it.
Ok!
I read readme and i checked docs online. And here is answer - i need to use XCode to build my app for Amazon.
How to do that? =) Can you guys post any manual - how to build any sample/template project? please.
And what to do if beside cant able to build project, I have error with authorize:
I appreciate the responses so far! I do have Xcode and the android sdk on my mac and functional. I have been busy completing a business app and now that it is in the store I am back on enterprise with the goal of implementing a scanner needed for another couple of projects. Not being very familiar with the code or android native development environments is the difficult part. If there is a enterprise developer that is willing to assist and walk me through building one of the sample project I would do my best to document the process and publish my notes for others in the same boat.
Thanks again in advance!
Since Amazon supports Android platforms, you wouldn’t need Xcode for this, but the Android development environment. Most native Android developers use Eclipse to do it. If you go to Google’s Android developer site and download the SDK: http://developer.android.com/sdk/index.html
You will need to install the full thing including any versions of Android you want to support.
ok, so I was able to take the SimpleLuaExtension example and pear it down to compile and run the corona application I need to add the scanner to using ZBar. I understand the preference is to use the App template as the base and I will attempt to at get my app running under that template next. The next step will be to import the ZBar library and define the methods/ functions needed by corona. That will be the area I could use the most help with.
Using the App template I have all Lua code compiling and running through Xcode. I have also built a sample scanner through Xcode using the ZBAR SDK and tutorial to understand how to call the ZBar methods to scan a barcode. Now I need to incorporate the ZBar SDK into the App Plugin project and call from LUA scene. I am able to call the demo ‘dictionary’ methods in the template from my lua code, but am hung up on how to expose the ZBar methods and variable needed to lua via the PluginLibrary code. Any assistance would be appreciated.
cool. Did you encounter error - Unfortunately, ‘app’ has stopped. ?
even test app and my pro app - all Unfortunately stopped.