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

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

    So it turns out the library is in the following location

    /android-sdk-macosx/extras/android/m2repository/com/android/support/support-v4/19.1.0
    

    As opposed to the usual

    /android-sdk-macosx/extras/android/support
    

    Also I had to restart eclipse and go to Android SDK Manager over and over and over, until the 19.1.0 version shows up.

    I hope this saves someone else some trouble.

提交回复
热议问题