Austin
Austin

Reputation: 756

Should I use a android sdk on a windows java app

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

Answers (1)

KarelPeeters
KarelPeeters

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

Related Questions