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.
我的应用程序在电话间隙的文件保护有问题。我试图在 Windows 7 中设置用户权限 apk 属性。方法是否正确?我不知道任何加密方法。请帮忙....
基本上没有任何技巧可以完全避免您的问题。但是您仍然可以使用 Proguard 并使您的代码更加混乱。
如果您可以选择包含共享库,那么您也可以使用和集成它以使其更难进行逆向工程。
您可以在此处查看更多防止 APK 文件的方法
希望它会有所帮助。