I am trying to implement the official Google Swiping Layout in my app but i cannot import. I checked every possible question here.
I did everything i was suppose to do:
- i changed my manifest (target 19)
- updated the Android SDK's support library (Android support 19.1)
- i created a new project an copy the jar from the new project into my old project.
EDIT: i managed to import the library but now i am getting a crash when i start the activity that requires the SwipeRefreshLayout. Any opinions on that?
Thanks a lot for your help!