如何将 Android 应用程序设为私有

发布于 2024-12-12 18:14:00 字数 75 浏览 3 评论 0原文

我是安卓新手。现在我希望我的 Android 应用程序是私有的,这样其他人就不能使用 astro 文件管理器或其他一些工具访问我的代码。

I am new to Android. Now I want my Android application to be private, so no others can access my code using astro file manager or some other tools.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

左岸枫 2024-12-19 18:14:00

你最多可以尝试使用 Proguard 来混淆你的代码。 http://developer.android.com/guide/developing/tools/proguard.html

这将使逆向工程对任何人来说都变得更加困难。

You could at the most try to obfuscate your code using Proguard. http://developer.android.com/guide/developing/tools/proguard.html

This will make the reverse-engineering a lot harder for anyone.

客…行舟 2024-12-19 18:14:00

这是不可能的,一旦有人拥有你的 apk,他们就可以对其进行反向工程。

That is not possible, as soon as someone has your apk they can backward engineer it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文