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.
与缓存、shared_prefs和数据库等其他应用程序文件夹不同,它们仅在第一次需要时创建,lib始终存在,但到目前为止始终为空。这个文件夹是干什么用的?
项目的lib/目录/data/data/your.package.here/将保存.so任何 NDK 提供的库的特定于体系结构的文件。通过“特定于架构”,我的意思是,如果您运行的是 ARM CPU,它将拥有一个 ARM .so;如果您正在运行 x86 CPU,它将容纳 x86.so等。
lib/
/data/data/your.package.here/
.so
可能还有其他东西会进入lib/。我的脑后部有轻微的痒,暗示有,但我不记得是什么,痒可能只是被虫子咬了。:-)