0

i added the jar file in build path, but whenever i'm extending EndlessAdapter i got an error saying "The type com.commonsware.cwac.adapter.AdapterWrapper cannot be resolved. It is indirectly referenced from required .class files"

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
Joe
  • 774
  • 6
  • 23

1 Answers1

5

Quoting the documentation:

This project relies upon the CWAC AdapterWrapper project. A copy of compatible JARs can be found in the libs/ directory of the project, though you are welcome to try newer ones, or ones that you have patched yourself.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • EDIT: i am using this jar file: https://github.com/downloads/commonsguy/cwac-endless/CWAC-EndlessAdapter.jar – Joe Jan 16 '12 at 17:02
  • @Joe: You *also* need the JAR file that I mention in my answer. That's why it is listed in the documentation under the large, bold-face heading of "Dependencies". – CommonsWare Jan 16 '12 at 17:08