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

前端 未结 9 1731
余生分开走
余生分开走 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:38

    The SDK Manager update Android Support Library to 19.1.0. But when you use Android Tools > Add Support Library, eclipse update Android Support Library to 19.0. I think this is a bug. Copy Android Support Library 19.1.0 to libs folder manually.

提交回复
热议问题