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 项目中保存 HTML 页面。由于资产文件夹是只读的,我无法将它们保存在那里,因为如果有一天我需要,我无法编辑它们,那么保存它的最佳位置在哪里?
将您的文件放在资产文件夹中,并在应用程序第一次启动时将它们复制到 SD 卡。通过这种方式,您将能够在需要时编辑这些文件。
有用的网址: