文件名称:Android代码-onedrive-sdk-android
文件大小:577KB
文件格式:ZIP
更新时间:2022-08-26 01:23:44
Android代码
OneDrive SDK for Android Integrate the OneDrive API into your Android application! 1. Installation 1.1 Install AAR via Gradle Add the maven central repository to your projects build.gradle file then add a compile dependency for com.onedrive.sdk:onedrive-sdk-android:1.3 repository { jcenter() } dependency { // Include the sdk as a dependency compile ('com.onedrive.sdk:onedrive-sdk-android:1.3 ') { transitive = false } // Include the gson dependency compile (