Liuzhao Wei

Results 6 comments of Liuzhao Wei

Yes, work well for me 发自 网易邮箱大师 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2021年09月11日 15:55 | | 收件人 | ***@***.***> | | 抄送至 | Liuzhao...

my dev env: classpath "com.bytedance.android:aabresguard-plugin:0.1.8" apply from: 'resguard_aab.gradle' I encapsulated the aab obfuscation script in resguard_aab.gradle, put this file under the app directory, and then apply from:'resguard_aab.gradle' by reference At...

repositories { maven { url 'https://maven.aliyun.com/repository/central' } maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven.aliyun.com/repository/releases' } maven { url...

assets can not be resguard, because access assets need full name, once resguard, it will run exception At 2021-09-11 15:49:34, "hr1995" ***@***.***> wrote: successful, so great! It really works well....

I also got the same error

> This problem happens with `com.google.android.material:material:1.7.0`, @eakteam check your Google material version. Switching back to `com.google.android.material:material:1.6.1` solve the issue. good, Your answer solved my problem thanks