DoraCacheSample 运行效果 App下载 Android Gradle依赖配置 将dcache-android克隆到根目录下。 // 进入项目根目录 cd DoraCacheSample // 克隆依赖的主框架 git clone https://github.com/dora4/dcache-android.git 也可以将本地的库依赖修改为远程jitpack的依赖。 // 依赖dcache def latest_version = '3.1.8' api "com.github.dora4:dcache-android:$latest_version"