This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在开发两个android项目A和B,它们都依赖于第三个lib-project C。当我用proguard编译A时,A将与C一起保护。当我编译B时,B也将与C一起保护. 问题来了。由于 proguard 优化,lib C 在应用 A 和应用 B 在 proguard 过程之后完全不同。我的问题是,在 A 和 B 的 proguard 进程之后,如何使 lib C 相同?