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.
我无法读取内部手机目录中的文件,即 /sdcard/Android/data/com.proj.p/files/FILENAME ..请告诉我如何从那里读取文件..?
sdcard 目录不是内部存储。它是外部的。确保您的清单具有 EXTERNAL_STORAGE 权限。