What is apkLIB and how to use it?

I am trying to put a SwipeListView in an Activity, however I cannot 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 “Problems” section, which was found here: https://github.com/47deg/android-swipelistview/issues/17

Unfortunately, after I followed the directions, there were still errors.

Instead, I want to try importing a library using apkLIB. I don’t know if it depends on Maven, but I tried so too, but did not succeed.

When I tried to install it as a Maven dependency, I followed the directions here: http://rgladwell.imtqy.com/m2e-android/

However, after that I didn’t see the screenshot suggest the “MAVEN DEPENDENCIES” folder in my project hierarchy. I'm even more confused by Maven than trying to install the library myself.

I really don't know what else to do at this moment. Any help is appreciated!

+6
source share

Source: https://habr.com/ru/post/945818/


All Articles