Johnson Lee

Results 104 comments of Johnson Lee

`Booster v0.3.1` 针对 package size 的优化效果很显著

亲测 *HUAWEI P30 Android 10* 没问题,麻烦提供一下机型信息

> > 亲测 _HUAWEI P30 Android 10_ 没问题,麻烦提供一下机型信息 > > pixel 2 别的机型试过吗?

Could you please provide the content of `build.gradle` ?

Have you tried this? ```groovy classpath "io.johnsonlee.booster:booster-pngquant-provider:2.2.0" ```

Could you please provide the output of the following cmdline? ```bash ./gradlew :app:buildEnv ```

It seems your project doesn't configured correctly, please add `-S` options and run task `:app:buildEnv` again

It seems the OS architecture doesn't match, could you provide the result of running the following Java code? ```java public class Main { public static void main(String[] args) { System.out.println(System.getProperty("os.arch"));...

The latest version `io.johnsonlee.booster:booster-pngquant-provider:2.3.0` has been released, please have a try.