Reputation: 756
I need to use onedrive in a windows java application. Sadly onedrive only has an android java sdk. Would it be bad to use this I mean the SDK even has a maven repository, or would I be better off revamping an old client that I built for onedrive. I have tried looking this up online but I can't really find any decisive answers, or answers at all really.
Any help would be appreciated.
Upvotes: 0
Views: 52
Reputation: 1465
This won't work, since the sdk very clearly depends on the android build system:
https://github.com/OneDrive/onedrive-sdk-android/blob/master/onedrivesdk/build.gradle
Upvotes: 1