Monodroid 应用程序中的内容文件存储在哪里?

发布于 2024-11-02 03:53:31 字数 238 浏览 0 评论 0 原文

我有一个 monodroid 应用程序,其中有几个包含需要在运行时访问的配置数据的文件。我从 Monotouch 移植过来,那里有一个位于根项目目录之外的目录“Stuff”。所有文件都标记为内容。

在 monotouch 中,这些文件被复制到根目录下的子目录中,因此只需打开“Stuff/MyFile.txt”即可正常工作。在 monodroid 中,我遇到了文件未找到的异常。

Mono Droid 内容文件的基本路径是什么?

I've got a monodroid application that has several files with configuration data that needs to be accessed at runtime. I'm porting this over from Monotouch and there I have a directory "Stuff" that is off the root project directory. All the files are marked as Content.

In monotouch, these files are copied to a subdirectory off the root, so just opening "Stuff/MyFile.txt" is working correctly. In monodroid I'm getting file not found exceptions.

What is the base path for content files with Mono Droid?

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

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

发布评论

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

评论(1

叶落知秋 2024-11-09 03:53:31

在 Mono for Android(和常规 Android)中,您需要将所有这些文件放在 Assets 文件夹中,以便可以从您的应用程序访问它们:

http://mono-android.net/Documentation/Guides/Using_Android_Assets

In Mono for Android (and regular Android), you need to place all these files in the Assets folder for them to be accessible from your application:

http://mono-android.net/Documentation/Guides/Using_Android_Assets

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