Owncloud libary + Android Studio

I´m trying to use Owncloud to up- and download files via smartphone programmatically. I´ve never implemented external libaries to android studio. I know I should use this link [https://github.com/owncloud/android-library], but I´m not able to compile the libary in Android Studio. Could somebody please explain the steps for a noob? Thank you for your time.

Hi @CaQ11 , you have to import the library module to your project, there’s some steps in https://developer.android.com/studio/projects/android-library in Add your library as a dependency section.
Greetings

1 Like