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 编程新手,想知道是否有与 .NET 的 web.config 转换等效的方法。
我想做的一个例子是将我的 Web 服务 url 存储在一个配置文件中,并根据我是否处于开发/测试/发布模式将它们切换到不同的服务器。
用于存储此类设置的最佳机制是什么?有没有一种方法可以根据我使用的运行配置来更改这些设置?谢谢JP
Web.config 转换与 .NET 无关。它们是 Visual Studio 中发布系统的实现细节。因此,它们是视觉工作室功能,而不是 .net 功能。
因此,由于 web.config 转换不是 .net 的一部分,它们也不会是 android 的一部分。它们可能是 Eclipse、Titanium Studio 或您正在使用的任何 IDE 的一部分,但我不知道它们中有任何此类功能。