Updated on 2023-03-16 GMT+08:00
Installing the SDK
Download Address
- Latest version of OBS Android SDK: OBS Android SDK
Source Code and API Reference
- For details about the SDK source codes, see GitHub.
Compatibility
- Recommended Android versions: Android 7.0, 8.0, 8.1, 9.0, and 10.0 (HTTP/HTTPS)
- 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.
The system is busy. Please try again later.