cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android App Dropbox API Example- Build Error

Android App Dropbox API Example- Build Error

kestites
Explorer | Level 4

When attempting to build the android app example of the dropbox java sdk, I keep getting this error:

 

Failed to resolve: com.dropbox.core:dropbox-core-sdk:0-SNAPSHOT

 

I added my API code and everything, but the app is still not building. 

 

1 Reply 1

Greg-DB
Dropbox Staff

Did you successfully build and install the SDK from the source (per the instructions here and here)?

 

If you had trouble doing so, or if you just want to use a pre-built copy, you can instead replace this line in the build.gradle:

 

compile group: 'com.dropbox.core', name: 'dropbox-core-sdk', version: '0-SNAPSHOT', changing: true

 

with:

 

compile 'com.dropbox.core:dropbox-core-sdk:2.1.2'

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?