VdiskSDK-Android icon indicating copy to clipboard operation
VdiskSDK-Android copied to clipboard

微盘Android客户端SDK

Results 2 VdiskSDK-Android issues
Sort by recently updated
recently updated
newest added

编辑器:as2.1.1 gradle: `apply plugin: 'com.android.application' android { compileSdkVersion 14 buildToolsVersion "23.0.2" ``` defaultConfig { applicationId "com.vdisk.android.example" minSdkVersion 9 targetSdkVersion 23 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'...