XmlClassGuard icon indicating copy to clipboard operation
XmlClassGuard copied to clipboard

一个可混淆4大组件,自定义View等任意类的插件,上架Google Play的利器

Results 30 XmlClassGuard issues
Sort by recently updated
recently updated
newest added

* Exception is: org.gradle.configurationcache.ConfigurationCacheProblemsException: Configuration cache problems found in this build. 1 problem was found storing the configuration cache. - Plugin 'xml-class-guard': read system property 'user.dir' See https://docs.gradle.org/7.2/userguide/configuration_cache.html#config_cache:requirements:undeclared_sys_prop_read 官网建议是 To...

大神你好,这个支持类的函数的名字动态更改吗

大神你好,这个必须使用gradle7吗

![image](https://user-images.githubusercontent.com/25426589/188078323-bee77e69-2654-4b55-a06b-267b815a177d.png)

![image](https://github.com/liujingxing/XmlClassGuard/assets/25238273/348804cb-ff28-4946-8e8b-d5db8e3d0cd7) 127行应该是直接写入names变量。否则会有这个问题。

可不可直接作用于 通过脚本作用于 文件(apk or aab)之上 这样更利于保护工程结构

你好,像APP接入了微信登录、支付等,必须要在manifest里配置指定格式的Activity,否则可能无法正常回调,比如: ` ` 其中com.xxx.xxx是应用包名,以上信息配置到manifest里后,也会被XmlClassGuard混淆,会造成微信登录、支付异常,请问有办法能指定不混淆某些Activity吗?

app:ViewClass="com.example.widget.CustomView"