I just very recently started using Corona Enterprise. With iOS all going well and I have it up and running for one of my existing apps. But on Android I have absolutely no idea what I’m doing and should be doing. For now, all I want is to successfully build and run the project template App.
These are the exact steps I’m doing (on OS X Mountain Lion):
- ADT: File -> New -> Project
- Select ‘Android Project from Existing Code’
- For Root Directory, I select CoronaEnterprise/ProjectTemplates/App/android and hit Finish
- Then again File -> New -> Project, selecting ‘Android Project from Existing Code’
- This time I select CoronaEnterprise/Corona/android/lib/Corona
- In Package Explorer, right click CoronaActivity (the first project that was imported) -> Properties
- Under Android -> Library select Add
- Add the Corona library (imported in step 4 & 5)
- Remove the reference to the ${CoronaEnterpriseDir}/Corona/android/lib/Corona (mac can’t find this directory?)
- Now hit Run (for device), and I get this LogCat:
What am I doing wrong here? Why does it have all these Facebook errors? Hope someone can point me in the right direction!