I'm trying to put a SwipeListView onto an Activity, however I can't seem to figure out how to import it. I got the library from here: https://github.com/47deg/android-swipelistview
Then I followed the directions in the Issues section found here: https://github.com/47deg/android-swipelistview/issues/17
Unfortunately, There were still errors after I had followed the directions.
Instead, I'd like to try and import the library with the apkLIB approach. I don't know if that is independent of Maven, but I also attempted it that way, but to no success.
When I tried installing it as a Maven Dependency, I followed the directions here: http://rgladwell.github.io/m2e-android/
However, after doing so, I did not see as the screenshot suggested a 'MAVEN DEPENDENCIES' folder in my project hierarchy. I am even more confused with Maven than I was trying to install the library on my own.
I really don't know what else to do at this point. Any help is appreciated!!