标签: java android eclipse admob
我按照these instructions(使用XML部分)添加AdMob视图。
当我编译编译器在这一行上说package R does not exist时:
package R does not exist
AdView adView = (AdView) this.findViewById(R.id.adView);
在gen文件夹中,我找不到为R生成的com.google.android.gms.ads.AdView文件。如何让Eclipse生成它?
R
com.google.android.gms.ads.AdView