Skip to content Skip to sidebar Skip to footer

Skydrive / Dropbox Sync For Files/database In Android

I want to sync the local database file in the Android app with the users' DropBox or SkyDrive account. Anything would do. I am not able to get a running code. Please help. Here is

Solution 1:

Do you add the dropbox-android-sdk.jar in your buildPath and in a correct way ?

The DropboxAPI JAR file should be in the libs/ folder, not lib/.

Try this and tell me if it works now ...

PS: I'm working with DropboxAPI for android, and their code works very well for me and their documentation is really good to do your own application.

Post a Comment for "Skydrive / Dropbox Sync For Files/database In Android"