在android中使用google play服务时无法执行dex时出错?

在android中使用google play服务时无法执行dex时出错?,android,admob,dex,Android,Admob,Dex,我看了一段关于如何在安卓系统中使用adMob的视频,并以同样的方式实现了它。但我得到以下显示错误 视频链接: [ 错误 [2014-04-30 16:04:55 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode; [2014-04-30 16:04:55 - SSWallPaper] Conversion to Dalvik format faile

我看了一段关于如何在安卓系统中使用adMob的视频,并以同样的方式实现了它。但我得到以下显示错误

视频链接: [

错误

[2014-04-30 16:04:55 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode;
[2014-04-30 16:04:55 - SSWallPaper] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode;

你能给我们看一下你的实现吗?实际上我发送了AdMob视频的链接。我在活动类中实现了代码,即,
code
import com.google.android.gms.ads.*;AdView AdView=(AdView)this.findViewById(R.id.AdView);AdRequest AdRequest=new AdRequest.Builder().build();AdView.loadAd(AdRequest);并从Google Play Services导入Google_Play Services_lib。1)从Eclipse复制My App in lib文件夹中的Google Play Services。2)然后在My App中导入Google Play服务。