Missing example source files in trial

I am currently evaluating the Enterprise trial. To incorporate Facebook into my Android app I read on the forums to look at the IncludeAllFeatures sample in the Corona/Android/Samples folder. However the “src” folder is empty.

If anyone could share specifically what I need to do to add Facebook back into Corona with Enterprise, please do.

Any help appreciated!

Have a look at the following sample project…
   ./CoronaEnterprise/Samples/IncludeAllFeatures/Android
 
You’ll need to add a reference to the Facebook library as shown in that project.  This is done via its “project.properties” file.
 
There is also one thing missing in that sample project that you need to add the AndroidManifest.xml file to get it to work with the newest Facebook SDK that we’ve added a couple weeks ago.

\<manifest\> \<application\> \<activity android:name="com.facebook.LoginActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:configChanges="keyboardHidden|screenSize|orientation"/\> \<activity android:name="com.ansca.corona.facebook.FacebookFragmentActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:configChanges="keyboardHidden|screenSize|orientation"/\> \</application\> \</manifest\>

Thank you Joshua!

I misunderstood thinking there was code in the “src” folder. I didn’t realize what I really needed was in those files. Making those two additions to my setup made facebook functionality return to my app.

Have a look at the following sample project…
   ./CoronaEnterprise/Samples/IncludeAllFeatures/Android
 
You’ll need to add a reference to the Facebook library as shown in that project.  This is done via its “project.properties” file.
 
There is also one thing missing in that sample project that you need to add the AndroidManifest.xml file to get it to work with the newest Facebook SDK that we’ve added a couple weeks ago.

\<manifest\> \<application\> \<activity android:name="com.facebook.LoginActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:configChanges="keyboardHidden|screenSize|orientation"/\> \<activity android:name="com.ansca.corona.facebook.FacebookFragmentActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:configChanges="keyboardHidden|screenSize|orientation"/\> \</application\> \</manifest\>

Thank you Joshua!

I misunderstood thinking there was code in the “src” folder. I didn’t realize what I really needed was in those files. Making those two additions to my setup made facebook functionality return to my app.

New to enterprise
I don’t seem to have any of the folders for enterprise on my Mac . Is there a set up process I should follow?

You can find our Enterprise daily builds here…

   http://developer.coronalabs.com/downloads/enterprise-daily-builds

Instructions on how to install and set up you machine can be found in the ReadMe.html file contained in the root folder of CoroneEnterprise.  Additional documentation can be found on our website here…

   http://docs.coronalabs.com/daily/native/index.html

New to enterprise
I don’t seem to have any of the folders for enterprise on my Mac . Is there a set up process I should follow?

You can find our Enterprise daily builds here…

   http://developer.coronalabs.com/downloads/enterprise-daily-builds

Instructions on how to install and set up you machine can be found in the ReadMe.html file contained in the root folder of CoroneEnterprise.  Additional documentation can be found on our website here…

   http://docs.coronalabs.com/daily/native/index.html