yueban
yueban
@samwaxman there's a hack way to solve this issue temporarily. you can add another view to cover on the cardStackView. And then add a scrollListener for cardStackView, when it comes...
`build.gralde` in project level ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { debug = gradle.startParameter.taskNames.any { it.contains('debug') || it.contains('Debug')...
> Have you tried this? > > ```groovy > classpath "io.johnsonlee.booster:booster-pngquant-provider:2.2.0" > ``` still not work, same error
``` D:\workspace\NewShieldSafeHouse>.\gradlew :app:buildEnv Welcome to Gradle 5.6.4! Here are the highlights of this release: - Incremental Groovy compilation - Groovy compile avoidance - Test fixtures for Java projects - Manage...
``` D:\workspace\NewShieldSafeHouse>.\gradlew :app:buildEnv -S Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details > Configure project :app WARNING: BuildType(alpha): buildConfigField 'IS_DEBUG'...
the result is `amd64`.
No more errors on `sync gradle task`, but failed to `rebuild project`, check build logs below. Obviously the task `app:compressNsshDebugResourcesWithPngquant` failed. ``` Executing tasks: [clean, :app:assembleNsshDebug] in project E:\AndroidWorkSpace\SafeHouse >...
well I did a `rebuild` which contains `clean` task. It already delete the build folder. What else could I do to clean the build cache.
same error after I do: 1. delete folder `$ROOT_PROJECT_PATH/.gradle` 2. `rebuild project`
do following steps: 1. delete folder `$ROOT_PROJECT_PATH/.gradle` 2. run `.\gradlew clean :app:assembleNsshDebug --info` in terminal Still same error, you can check the output log below (only after `app:compressNsshDebugResourcesWithCwebp`): ``` >...