Jay Chou

Results 21 comments of Jay Chou

@burulangtu I have change gradle to 2.2.3, but it still don't work.

0.19.1依然有问题,经常偶发崩溃,提示需要reload,没有找到复现路径

> 0.19.1依然有问题,经常偶发崩溃,提示需要reload,没有找到复现路径 0.19.2依然有问题

⌄⨉read system property user.dir📋[ ?](https://docs.gradle.org/7.2/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read) ⌄plugin 'xml-class-guard' ⌄exception stack trace 📋 org.gradle.api.InvalidUserCodeException: Read system property 'user.dir' at org.gradle.configurationcache.SystemPropertyAccessListener.systemPropertyQueried(SystemPropertyAccessListener.kt:92) at org.gradle.internal.classpath.Instrumented.systemProperty(Instrumented.java:83) at org.gradle.internal.classpath.Instrumented.systemProperty(Instrumented.java:77) at org.apache.xerces.impl.XMLEntityManager$1.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.apache.xerces.impl.XMLEntityManager.getUserDir(Unknown...

> 当前你可以添加`org.gradle.unsafe.configuration-cache-problems=warn`配置来规避这个问题 嗯可以了,多谢

> 解决了吗 算不上解决,只能在主library中把所有子module用到的aar依赖全部都手写embed一把,很蛋疼

> 这应该不算一个问题 请问你有什么好的建议吗?

> 这个好像设置那个transitive = true可以解决,文档里有介绍 还是不行,现在就只能在主library中把所有子module用到的aar依赖全部都手写embed一把

同问,有人解决了吗?我设置了android.disableResourceValidation=true 没有效果