caching =true in your gradle.properties. Gradle will try to reuse outputs from previous builds for all builds, unless explicitly disabled with --no-build-cache .
確定! 回上一頁