Azure / azure-storage-java

Microsoft Azure Storage Library for Java
https://docs.microsoft.com/en-us/java/api/overview/azure/storage
MIT License
189 stars 165 forks source link

Azure blob storage - Android support #570

Closed devzeze closed 1 year ago

devzeze commented 2 years ago

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 commented 1 year ago

Issue answered here.

https://github.com/Azure/azure-sdk-for-java/issues/27742