Building Projecttemplates/app On Android

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):

  1. ADT: File -> New -> Project
  2. Select ‘Android Project from Existing Code’
  3. For Root Directory, I select CoronaEnterprise/ProjectTemplates/App/android and hit Finish
  4. Then again File -> New -> Project, selecting ‘Android Project from Existing Code’
  5. This time I select CoronaEnterprise/Corona/android/lib/Corona
  6. In Package Explorer, right click CoronaActivity (the first project that was imported) -> Properties
  7. Under Android -> Library select Add
  8. Add the Corona library (imported in step 4 & 5)
  9. Remove the reference to the ${CoronaEnterpriseDir}/Corona/android/lib/Corona (mac can’t find this directory?)
  10. 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!