Recently i updated my android sdk tool to 23.2 after that am getting continues class not found exception while running google ad demo project.I can able to open the class file of ADView when i click on the import link ,still don't know what went wrong. Any help would be greatly appreciated
07-15 10:55:52.051: E/AndroidRuntime(5126): java.lang.NoClassDefFoundError: com.google.android.gms.ads.AdView
07-15 10:55:52.051: E/AndroidRuntime(5126): at com.google.example.gms.ads.banner.BannerSample.onCreate(BannerSample.java:28)
07-15 10:55:52.051: E/AndroidRuntime(5126): at android.app.Activity.performCreate(Activity.java:5133)