SDK Download Links
Download Address
- Latest version of OBS Android SDK: OBS Android SDK
- Earlier versions of OBS Android SDK:
SDK Source Codes and API Documentation
- For details about the SDK source codes, see GitHub.
- For the API documentation, see OBS SDK for Android API.
Compatibility
- For details about the version revision records, see ChangeLog.
- Recommended Android system versions: Android 4.5, 5.0, 5.1, 6.0, 7.0, 8.0, and 8.1 (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.**{*;}
Next Article: Example Programs
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.