我正在使用 Android Studio Jellyfish 编写 Kotlin。
比方说,我有一个名为"database.csv"的文件,作为应用程序功能的一部分,我需要读写该文件。我不希望用户能够直接从其手机访问该文件。
我曾尝试将其放置在 assets 和 res/raw 文件夹中,但发现在编译后无法对其进行写入。
我看到一些关于data/data文件夹的信息,但似乎无法在 Android Studio 中找到它。
If that's the right way, how and where do I create it in my Android Studio project folder? (顺便说一下,我是 Kotlin/Java 和 Android 开发方面的新手)
标签:android,android-studio From: 78550776