Libraries in SDK 17 - android

I have a question for which I could not find an answer, sorry if I repeat I upgraded to sdk and ADT 17, and since then every time I open a project, for example, ad adm google gives me an error:

Could not find class "com.google.ads.AdView" ...

It amazes me in all projects that include libraries (jars)

I read that something has changed in this SDK, but my English is not very good (use google translator), and I understand that I am wrong.

I appreciate any help.

Best wishes

+2
android sdk
source share
2 answers

Quote Xav :

If you have a ClassDefNotFoundError after upgrading to r17, be sure to read the following links:

+5
source share

Well, after several hours of research, I found a simple solution.

  • Click on your Android project
  • Select Properties
  • Choose Java Build
  • Choosing a path and exporting a path
  • Check all your links

That's all!

0
source share

All Articles