Learn how to make the most out of the Dropbox Community here 💙. 

Forum Discussion

jonpb's avatar
jonpb
Explorer | Level 3
5 years ago
Solved

How to add dropbox-core-sdk java using gradle

I'm trying to use dropbox in my android app.   I realize this is more of a gradle question then a dropbox question. I looked at the gradle docs: https://docs.gradle.org/current/userguide/usergu...
  • Greg-DB's avatar
    5 years ago

    That '0-SNAPSHOT' version of the dependency would be if you're building the SDK from source. That's only really necessary if you need to modify the SDK for some reason.

     

    Otherwise, I recommend just including the pre-built copy of the library as covered here. That's the first line you have commented out in yours. Do you still get an error if you switch to that one?