最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

proguard - All overridden methods are being converted to final after R8 obfuscates - Stack Overflow

programmeradmin2浏览0评论

We are experiencing issues after upgrading the AGP version from 7.1.0 to 8.3.0 while using R8.

AGP : 8.3.0 Gradle : 8.4 Java : 17

All overridden methods are being converted to final after R8 obfuscates the code, which can lead to unexpected behavior in our application.

We cannot use the -keep option because multiple functions are being converted to final.

Is there a ProGuard flag to prevent this conversion in the project?

We are experiencing issues after upgrading the AGP version from 7.1.0 to 8.3.0 while using R8.

AGP : 8.3.0 Gradle : 8.4 Java : 17

All overridden methods are being converted to final after R8 obfuscates the code, which can lead to unexpected behavior in our application.

We cannot use the -keep option because multiple functions are being converted to final.

Is there a ProGuard flag to prevent this conversion in the project?

Share Improve this question asked Mar 15 at 6:37 HydTechHydTech 491 silver badge3 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

This question is currently tracked in the R8 issue tracker as https://issuetracker.google/403517811.

发布评论

评论列表(0)

  1. 暂无评论