有人可以在我的 android 代码中读取我的 IP 地址吗

Can someone read my IP address in my android code

我的 android 应用程序与本地计算机上的服务器交互。机器的 IP 在应用程序中。有人可以通过进入 APK 查看 IP 吗?

如果有人经历了这些步骤: Is there a way to get the source code from an APK file?

然后寻找 IP,然后他们可以。

是 android apk 很容易提取,并且显示了所有代码。您可以使用名为 ProGuard 的东西来隐藏您的代码。 http://developer.android.com/tools/help/proguard.html