justsoelmo
Lurker
Hi all!
I need to import a custom repository into Android Studio. I found several pages on StackOverflow about this, but I didn't find anything specific to what I required.
Basically, I slightly modified this SDK: https://github.com/bullhorn/sdk-rest
Now, I want to take that slightly modified version from Eclipse where I built it and import it into Android Studio for the app that I'm creating.
Should I export it as an executable JAR file and build a dependency in the gradle? Would there be a way to import directly with all of the dependencies the SDK currently relies on in the POM?
I need to import a custom repository into Android Studio. I found several pages on StackOverflow about this, but I didn't find anything specific to what I required.
Basically, I slightly modified this SDK: https://github.com/bullhorn/sdk-rest
Now, I want to take that slightly modified version from Eclipse where I built it and import it into Android Studio for the app that I'm creating.
Should I export it as an executable JAR file and build a dependency in the gradle? Would there be a way to import directly with all of the dependencies the SDK currently relies on in the POM?