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

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

    It looks as if you don't have the android-support-v4.jar in Java Build Path. Add it from the android-support-v7-appcompat.

提交回复
热议问题