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.
也许这个问题被问了很多次,但我找不到答案。
请解释或提供一些关于如何保护我的 Android 应用程序中的 XML 文件(布局、值、动画等)不被反编译的链接?现在,我看到有些人只是在反编译 apk 文件并使用我的开发。
Proguard 会混淆您的引用,使反编译代码变得更加困难(以及读取堆栈跟踪等)。
这将有助于使您的代码更难反编译,但并非不可能。