huaweicloud / huaweicloud-sdk-java-obs

The OBS SDK for Java, which is used for accessing Object Storage Service
Other
135 stars 116 forks source link

Duplicate classes in dependencies #28

Closed WongYH01 closed 4 years ago

WongYH01 commented 4 years ago

As per following the documentation, i have added the dependencies into the gradle build image

However, when I sync the gradle build, it shows this error: image

I am using version 3.20.1(Latest version) of OBS Android SDK and using android studio referencing the Android SDK developer guide to try and do it

goodcode-best commented 4 years ago

Hi, try version 3.20.3. http://mirrors.huaweicloud.com/repository/maven/huaweicloudsdk/com/huawei/storage/esdk-obs-android/3.20.3/

WongYH01 commented 4 years ago

Found a good link that works, it removes some dependencies while not affecting what it's supposed to do: https://medium.com/@diewland/huawei-cloud-installing-object-storage-obs-sdk-for-android-4-4-8aec99588dc9