eclipse can't find android.support.v4.widget.SwipeRefreshLayout

前端 未结 9 1699
余生分开走
余生分开走 2020-11-30 11:20

Even after clicking on Add Support Library and choosing version 19, eclipse still can\'t find android.support.v4.widget.SwipeRefreshLayout. Does anyone know how to get this

相关标签:
9条回答
  • 2020-11-30 11:51

    It's a problem with updating support library from eclipse: https://code.google.com/p/android/issues/detail?id=67991

    Just update it by starting Android SDK manager manually and add new v4 lib to your project.

    0 讨论(0)
  • 2020-11-30 11:51

    Thanks for tehnolog's tips. Update to 19.1 by follow above link -> create new project and import android.support.v4 library -> simply copy android.support.v4.jar to old project's libs folder, Add To BuildPath. SwipeRefreshLayout will appear :D

    0 讨论(0)
  • 2020-11-30 12:01

    I had the same problem with old project. But when I create new project, Eclipse can find this import.

    0 讨论(0)
提交回复
热议问题