1

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)
Bytecode
  • 6,551
  • 16
  • 54
  • 101
  • http://stackoverflow.com/questions/10353479/java-lang-noclassdeffounderror-com-google-ads-adview – Arash GM Jul 15 '14 at 05:45
  • @Arash This was working before updating the sdk also the the ad service now moved to play service so there is no need of libs folder – Bytecode Jul 15 '14 at 06:14
  • Fixed the issue by moving the play service library from sdk folder to some other one and import into the workspace – Bytecode Jul 22 '14 at 12:32

1 Answers1

0

Fixed the issue by moving the play service library from sdk folder to some other one and import into the workspace

Bytecode
  • 6,551
  • 16
  • 54
  • 101