I am having problem integrating facebook sdk into my app. I tried both the ways creating a jar file and importing it and refrencing the project into my current project.
I am having the following error:
1- From importing jar file: [2012-02-12 00:34:05 - FBtest] Error generating final archive: Found duplicate file for APK: AndroidManifest.xml Origin 1: E:\Workspace\FBtest\bin\resources.ap_ Origin 2: E:\Workspace\FBtest\libs\fbs.jar
2- From refrencing the com_facebook_android, i am getting the follwing error, 02-12 00:31:05.308: E/AndroidRuntime(4738): java.lang.NoClassDefFoundError: com.facebook.android.Facebook
Please help.