How to import Dropbox Chooser SDK in Android Studio?

https://www.dropbox.com/developers/dropins/chooser/android

I am trying to use android chooser in Android Studio, but I am not sure how to import it into my project and its user. I am using Android Studio, not Eclipse Android Studio, if that makes any difference. I just don't know how to use the unzipped file in my project.

+4
source share
2 answers

This is more complicated than it should have been, but this procedure worked not only with the Dropbox SDK.

  • Unzip the Dropbox Chooser SDK somewhere
  • Open a project in Android Studio
  • ( → → )
  • ( → → )
  • " " " " " Android"
  • ""
  • " " "dropbox-chooser"
  • "dropbox-chooser"
  • "com.dropbox.chooser.android"
  • "" ,
  • "libraries/dropbox-chooser/src/main"
  • "java" "res",
  • , SDK
  • "src" "java" .
  • "res" , SDK
  • AndroidManifest.xml

, :

  • / "settings.gradle" dir
  • include 'libraries: dropbox-chooser'
  • build.gradle, (': libraries: dropbox-chooser')

. , .

+3

Dropbox , SDK Chooser Android Studio.

, SDK, .

: https://www.dropbox.com/developers/dropins/chooser/android

+2

All Articles