Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Azure blob storage - Android support #570

Closed
devzeze opened this issue Mar 17, 2022 · 1 comment
Closed

Azure blob storage - Android support #570

devzeze opened this issue Mar 17, 2022 · 1 comment

Comments

@devzeze
Copy link

devzeze commented Mar 17, 2022

What SDP to use on Android?

I noticed the Android SDK is still referenced in the documentation https://github.com/Azure/azure-storage-java
But the last release was some years ago and it looks like SDK is not maintained anymore.

Are you supporting azure-storage for Android? And if yes what SDK should we use?

The Android SDK still works (implementation 'com.microsoft.azure.android:azure-storage-android:2.0.0@aar') but I am concerned about the future of this SDK and looks like is becoming a risk to rely on that.

I tried to use implementation 'com.azure:azure-storage-blob:12.14.4' and I got an exception:

java.lang.LinkageError: Package versions: jackson-annotations=0.0, jackson-core=0.0, jackson-databind=0.0, jackson-dataformat-xml=0.0, jackson-datatype-jsr310=0.0, azure-core=1.25.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot

However when I look at dependency tree the dependencies are there.

Thank you
Jose

@devzeze
Copy link
Author

devzeze commented Jan 2, 2023

Issue answered here.

Azure/azure-sdk-for-java#27742

@devzeze devzeze closed this as completed Jan 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant