Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Proguard 来混淆源代码。混淆后,应用程序无法正常工作。有什么具体原因吗?有没有人遇到过这种问题?
您可以从混淆中排除特定代码/包,直到找到确切的攻击性代码。可以在源代码中找到喜欢Class.forName和使用的明显罪魁祸首。java.reflect
Class.forName
java.reflect
可能在proguard网站上提供了更多提示。