如何修复使用Phonegap的facebook android sdk集成的以下错误

Aza*_*ker 2 sdk android facebook cordova

请帮助修复以下错误.目前正在尝试使用PhoneGap集成Facebook Android SDK.我已经按照本教程:http://www.youtube.com/watch?v = mlpBgWiel2w和github资源:https://github.com/davejohnson/phonegap-plugin-facebook -connect.git 但是得到了波纹管错误: -

   Error in an XML file: aborting build.
   Error in an XML file: aborting build.
   Dex Loader] Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;
   Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;
   Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;
    Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;
   Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;
    Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;
Run Code Online (Sandbox Code Playgroud)

Amt*_*t87 6

我在同样的问题日食和我做了以下内容和它的工作对我来说:

1-右键单击您的Android项目
2- 属性 >>> Java构建路径
3-单击Android依赖项
4-单击删除 >>> 确定
5-运行Android项目