Updated on 2026-01-16 GMT+08:00
Installing the SDK
Download Address
- Latest version of OBS Android SDK: Download
Compatibility
- Recommended Android versions: Android 7.0, 8.0, 8.1, 9.0, and 10.0 (HTTP/HTTPS)
- If you are using the JDK 1.8 environment, version 3.21.12 is recommended for OBS Android SDK.
- Namespace: Compatible with earlier versions (2.1.x). All external APIs are contained in the com.obs.services, com.obs.services.model, and com.obs.services.exception packages.
- API functions: Compatible with earlier versions (2.1.x).
If Android 4.4 or an earlier version is used, configure HTTP to access OBS.
ProGuard
#okhttp
-dontwarn okhttp3.**
-keep class okhttp3.**{*;}
#okio
-dontwarn okio.**
-keep class okio.**{*;}
#sdk
-keep class com.obs.services.** {*;}
-keep class com.obs.log.** {*;}
#java-xmlbuilder
-keep class com.jamesmurty.utils.**{*;} Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot