1.my proguard-rules.pro has not any keep command.
2.my minifyEnabled and shrinkResources are true in debug or release channel.
3.there are no error info when building project.
4.R8 and Gradle tools verion are latest.
I checked the configuration.txt, it’s content seem no different from usual. But in mapping.txt, the content is strange, such as “com.xxx.SampleClass → com.xxx.SampleClass” and “testFun(android.content.Context) → testFun” (It should have been like this:“com.xxx.SampleClass → a” and “testFun(android.content.Context) → b”)
To help us with your issue, could you send the output of -printconfiguration, as well as some full class paths that didn’t get obfuscated when they should have.